@accounter/shaam-uniform-format-generator
Version:
Fully typed application that generates, parses, and validates SHAAM uniform format tax reports (INI.TXT and BKMVDATA.TXT).
17 lines (16 loc) • 695 B
JavaScript
;
/**
* Record type definitions and generators
*/
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./a000.js"), exports);
tslib_1.__exportStar(require("./a000-sum.js"), exports);
tslib_1.__exportStar(require("./a100.js"), exports);
tslib_1.__exportStar(require("./b100.js"), exports);
tslib_1.__exportStar(require("./b110.js"), exports);
tslib_1.__exportStar(require("./c100.js"), exports);
tslib_1.__exportStar(require("./d110.js"), exports);
tslib_1.__exportStar(require("./d120.js"), exports);
tslib_1.__exportStar(require("./m100.js"), exports);
tslib_1.__exportStar(require("./z900.js"), exports);