3 lines
122 B
TypeScript
3 lines
122 B
TypeScript
export declare function readJsonSync(filePath: string): any;
|
|
export declare function readYamlSync(filePath: string): any;
|