sakti-parser-fa
Version:
Simple TypeScript library for parsing Indonesian government budget Excel files (Sakti FA)
13 lines • 351 B
TypeScript
import { ParseResult, FormatOptions } from './types.js';
/**
* Simple formatter for SAKTI parse results
*/
export declare class SaktiFormatter {
/**
* Format parse result to JSON or CSV
*/
format(result: ParseResult, options?: FormatOptions): string;
private toJSON;
private toCSV;
}
//# sourceMappingURL=formatter.d.ts.map