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) 298 B
"use strict"; /** * Utility functions for SHAAM uniform format generator */ Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); tslib_1.__exportStar(require("./file-helpers.js"), exports); tslib_1.__exportStar(require("./key-generator.js"), exports);