UNPKG

@accounter/shaam6111-generator

Version:

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

8 lines (7 loc) 282 B
import { HeaderRecord } from '../types/index.js'; /** * Parses the header section of the report content * @param headerLine - The line containing header information * @returns A HeaderRecord object */ export declare function parseHeaderRecord(headerLine: string): HeaderRecord;