UNPKG

mingo

Version:

MongoDB query language for in-memory objects

69 lines (68 loc) 821 B
import { assert, cloneDeep, compare, ensureArray, findInsertIndex, flatten, groupBy, has, hashCode, HashMap, intersection, isArray, isBoolean, isDate, isEmpty, isEqual, isFunction, isNil, isNumber, isObject, isObjectLike, isOperator, isRegExp, isString, isSymbol, MingoError, normalize, removeValue, resolve, setValue, typeOf, unique } from "./_internal"; export { HashMap, MingoError, assert, cloneDeep, compare, ensureArray, findInsertIndex, flatten, groupBy, has, hashCode, intersection, isArray, isBoolean, isDate, isEmpty, isEqual, isFunction, isNil, isNumber, isObject, isObjectLike, isOperator, isRegExp, isString, isSymbol, normalize, removeValue, resolve, setValue, typeOf, unique };