UNPKG

tsgoose

Version:

TypeScript decorators for Mongoose

5 lines (4 loc) 183 B
export declare function TSGooseMethod(options?: ITSGooseMethodOptions): (target: any, propertyKey: string) => void; export interface ITSGooseMethodOptions { isStatic?: boolean; }