Type alias IParser

IParser: ((options) => IResults)

Type declaration

    • (options): IResults
    • Interface for a delimiter-separated data parser.

      Parameters

      Returns IResults

      An object giving the offsets for the rows or columns parsed.

      Notes

      The parsers are based on RFC 4180.

Generated using TypeDoc