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