<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [ParserOptions](./schema.parseroptions.md) &gt; [lineTerminator](./schema.parseroptions.lineterminator.md)

## ParserOptions.lineTerminator property

Character that indicates the end of a line (row). Default: \\<!-- -->r, \\<!-- -->r<!-- -->\\<!-- -->n, or \\<!-- -->n

<b>Signature:</b>

```typescript
lineTerminator?: string;
```
