UNPKG

@accounter/server

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