@accounter/shaam-uniform-format-generator
Version:
Fully typed application that generates, parses, and validates SHAAM uniform format tax reports (INI.TXT and BKMVDATA.TXT).
15 lines (13 loc) • 325 B
text/typescript
/**
* Record type definitions and generators
*/
export * from './a000.js';
export * from './a000-sum.js';
export * from './a100.js';
export * from './b100.js';
export * from './b110.js';
export * from './c100.js';
export * from './d110.js';
export * from './d120.js';
export * from './m100.js';
export * from './z900.js';