Prelude API
    Preparing search index...

    Variable parseConst

    parse: (input: string) => string[][] = ...

    RFC 4180 ยง2.4: spaces are part of a field, so the input is not trimmed. A leading UTF-8 BOM (as emitted by spreadsheet exports) is skipped.

    Type Declaration

      • (input: string): string[][]
      • Parameters

        • input: string

        Returns string[][]