UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

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;