mingo
Version:
MongoDB query language for in-memory objects
19 lines (18 loc) • 485 B
TypeScript
export * from "./arithmetic";
export * from "./array";
export * from "./bitwise";
export * from "./boolean";
export * from "./comparison";
export * from "./conditional";
export * from "./custom";
export * from "./date";
export * from "./literal";
export * from "./median";
export * from "./misc";
export * from "./object";
export * from "./percentile";
export * from "./set";
export * from "./string";
export * from "./trignometry";
export * from "./type";
export * from "./variable";