UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 157 B
import { QueryOperator } from "../../../types"; /** * Selects documents if a field is of the specified type. */ export declare const $type: QueryOperator;