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

6 lines (5 loc) 121 B
/** * Format utilities for SHAAM uniform format files */ export * from './padding.cjs'; export * from './newline.cjs';