Tags
#utility
Blog posts, snippets, and glossary entries related to "utility", gathered in one place.
Entries 2
- SnippetsProperty Extractor Helper Function
Generate a function that extracts only specified properties from an object. Consolidate type-safe property extraction into one line for nested mapBy and array transformations.
- BlogA TypeScript Utility Function to Convert Values into ReadableStream
A utility function that converts strings, objects, and more into ReadableStream. A way to handle streams as arbitrary types without going through Blob.
hsb.horse