UNPKG

@accounter/server

Version:

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

11 lines (10 loc) 260 B
/** * BKMVDATA.TXT file parsing utilities */ /** * Parses BKMVDATA.TXT file content * * @param content - Raw BKMVDATA.TXT file content * @returns Parsed data structure */ export declare function parseDataFile(_content: string): Record<string, unknown>;