UNPKG

mongodb-rag-core

Version:

Common elements used by MongoDB Chatbot Framework components.

9 lines 323 B
/** Default list of mutative MongoDB methods. */ export declare const JS_MUTATIVE_METHODS: string[]; /** Checks if the given methods are mutative. */ export declare function isNonMutativeOperation(methods: string[] | undefined, mutativeMethods?: string[]): boolean; //# sourceMappingURL=isNonMutativeOperation.d.ts.map