UNPKG

mongoose-hidden

Version:

Hides certain model properties when invoking toJSON or toObject.

5 lines (4 loc) 123 B
declare module 'mongoose-hidden' { const fn: (options?: any) => (schema: any, options?: any) => void; export = fn; }