UNPKG

@accounter/shaam-uniform-format-generator

Version:

Fully typed application that generates, parses, and validates SHAAM uniform format tax reports (INI.TXT and BKMVDATA.TXT).

3 lines (2 loc) 144 B
export declare function readTextFile(filePath: string): string; export declare function writeTextFile(filePath: string, content: string): void;