UNPKG

tsgoose

Version:

TypeScript decorators for Mongoose

3 lines (2 loc) 165 B
import { ITSGooseHookOptions } from './declarations'; export declare function TSGooseHook(options: ITSGooseHookOptions): (target: any, propertyKey: string) => void;