werkbank
    Preparing search index...
    • Creates a function to parse a separated string into an array of values.

      Parameters

      • separator: string

        The separator character.

      Returns (value?: string) => string[]

      A function that takes a string and returns an array of trimmed, non-empty strings.