UNPKG

@bitecraft/yaak2postman

Version:

CLI tool to convert YAAK files to Postman

4 lines (3 loc) 202 B
export declare function resolvePath(filePath: string): string; export declare function readJsonFile<T>(filePath: string): T; export declare function saveJsonFile(filePath: string, data: unknown): void;