UNPKG

@accounter/server

Version:
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;