UNPKG

@accounter/shaam6111-generator

Version:

Fully typed application that generates, parses, and validates SHAAM 6111 tax reports.

6 lines (5 loc) 224 B
export * from './balance-sheet.js'; export * from './tax-adjustment.js'; // must be exported before report-schema export * from './header-schema.js'; export * from './profit-and-loss.js'; export * from './report-schema.js';