agsamantha/node_modules/langchain/dist/util/parse.d.ts

3 lines
184 B
TypeScript
Raw Normal View History

2024-10-02 20:15:21 +00:00
export declare const loadFileContents: (contents: string, format: string) => any;
export declare const parseFileConfig: (text: string, path: string, supportedTypes?: string[]) => any;