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).

11 lines (10 loc) 249 B
"use strict"; /** * Line ending constants for SHAAM format files */ Object.defineProperty(exports, "__esModule", { value: true }); exports.CRLF = void 0; /** * CRLF line ending as required by SHAAM format specification */ exports.CRLF = '\r\n';