Prelude API
    Preparing search index...

    Namespace L

    @prelude/string - A TypeScript library for string manipulation

    This package provides a collection of utility functions for working with strings:

    • String testing (is-blank)
    • String transformation (dedent, indent, upper-first, truncate)
    • Case conversion (kebab-case, camel-case, snake-case, start-case)
    • Text manipulation (search-replace)
    • Line operations (via the Lines namespace)
    • String distance calculations

    All functions are designed with functional programming principles in mind and focus on immutability and predictability.

    Diff
    distanceAt
    indent
    of
    similarIndexOf
    toIndent