UNPKG

@accounter/shaam6111-generator

Version:

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

8 lines (7 loc) 318 B
import { HeaderRecord } from '../types/header.js'; /** * Generates a fixed-width formatted string for a HeaderRecord. * @param header The HeaderRecord to format. * @returns A string formatted according to the SHAAM 6111 specification. */ export declare function generateHeaderRecord(header: HeaderRecord): string;