@accounter/server
Version:
Accounter GraphQL server
8 lines (7 loc) • 318 B
TypeScript
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;