schema.parseroptions.lineterminator.md

May 8, 2024 ยท View on GitHub

Home > @datashaper/schema > ParserOptions > lineTerminator

ParserOptions.lineTerminator property

Character that indicates the end of a line (row). Default: \r, \r\n, or \n, and *must* be one of these.

Signature:

lineTerminator?: string;