logo hsb.horse
← Back to tag index

Tags

#utility

Blog posts, snippets, and glossary entries related to "utility", gathered in one place.

Entries 2
  1. Snippets
    Property 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.

  2. Blog
    A 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.