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

7 lines (5 loc) 136 B
/** * Utility functions for SHAAM uniform format generator */ export * from './file-helpers.js'; export * from './key-generator.js';