mingo
Version:
MongoDB query language for in-memory objects
23 lines (22 loc) • 581 B
JavaScript
export * from "./arrayElemAt";
export * from "./arrayToObject";
export * from "./concatArrays";
export * from "./filter";
export * from "./first";
export * from "./firstN";
export * from "./in";
export * from "./indexOfArray";
export * from "./isArray";
export * from "./last";
export * from "./lastN";
export * from "./map";
export * from "./maxN";
export * from "./minN";
export * from "./nin";
export * from "./range";
export * from "./reduce";
export * from "./reverseArray";
export * from "./size";
export * from "./slice";
export * from "./sortArray";
export * from "./zip";