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 (8 loc) 264 B
"use strict"; /** * File parsing utilities */ Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./ini-parser.js"), exports); tslib_1.__exportStar(require("./data-parser.js"), exports);