UNPKG

@accounter/shaam-uniform-format-generator

Version:

Fully typed application that generates, parses, and validates SHAAM uniform format tax reports (INI.TXT and BKMVDATA.TXT).

9 lines (7 loc) 155 B
/** * Line ending constants for SHAAM format files */ /** * CRLF line ending as required by SHAAM format specification */ export const CRLF = '\r\n';