UNPKG

mongocat

Version:

✨ Mongocat 😺 is easy to use, configuration based Denormalization mongoose plugin for read heavy applications. Mongocat reduces write complexity too.

7 lines (6 loc) 307 B
export declare class ArrayBuilder { static uniq: (array: any[], field: string) => any; static uniqueKeys: (array: any[], field: string) => any[]; static uniqueValues: (array: any[], field: string) => any[]; static uniqueCombined(array: any[], array2: any[], field: string): any[][]; }