agsamantha/node_modules/langchain/dist/util/parse.d.ts
2024-10-02 15:15:21 -05:00

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;