UNPKG

@ucast/mongo

Version:

git@github.com:stalniy/ucast.git

7 lines (6 loc) 282 B
import * as instructions from './instructions'; export declare const allParsingInstructions: typeof instructions; export * from './instructions'; export * from './MongoQueryParser'; export * from './types'; export { defaultInstructionParsers as defaultParsers } from '@ucast/core';