UNPKG

mongodb-rag-core

Version:

Common elements used by MongoDB Chatbot Framework components.

3 lines 196 B
import { FrontMatterOptions } from "front-matter"; export declare function removeFrontMatter(content: string, options?: FrontMatterOptions): string; //# sourceMappingURL=removeFrontMatter.d.ts.map