UNPKG

mongocat

Version:

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

4 lines (3 loc) 191 B
export declare class ObjectBuilder { static filterObject(obj: Record<string, any>, condition: (v: any, key: string) => boolean, objCondition?: (v: any) => any): Record<string, any>; }