UNPKG

gamoraa-mongostore

Version:

Plugin provides firestore kind of functionality but based on mongodb.

3 lines (2 loc) 172 B
export declare function mapObj(object: any, mapper: any, options: any): any; export declare function transformObjKeys(input: any, transformFunc: Function, opts: any): any;