UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

3 lines (2 loc) 185 B
import type { RawVatReportRecord } from '../../reports/helpers/vat-report.helper'; export declare function getVatDataFromVatReportRecords(records: Array<RawVatReportRecord>): number[];