UNPKG

mongodb-rag-core

Version:

Common elements used by MongoDB Chatbot Framework components.

2 lines 103 B
export type MatchFunc<T> = (expected: T, actual: T) => boolean; //# sourceMappingURL=MatchFunc.d.ts.map