UNPKG

@accounter/shaam6111-generator

Version:

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

8 lines (7 loc) 401 B
import { ReportData } from '../types/report-data.cjs'; /** * Generates a full report string for the SHAAM 6111 specification. * @param reportData The ReportData object containing all sections of the report. * @returns A string formatted according to the SHAAM 6111 specification, 8612 characters long. */ export declare function generateReport(reportData: ReportData, validate?: boolean): string;