UNPKG

mongo-ts-struct

Version:

Mongoose wrapper for Typescript supports

5 lines (4 loc) 227 B
export declare function createPropertyDecorator(callerDecorator: string, cb: (targetPrototype: Object, propertyName: string) => { type: any; definition: any; }): (targetPrototype: Object, propertyName: string) => void;