3 lines
184 B
TypeScript
3 lines
184 B
TypeScript
|
export declare const loadFileContents: (contents: string, format: string) => any;
|
||
|
export declare const parseFileConfig: (text: string, path: string, supportedTypes?: string[]) => any;
|