UNPKG

288 BTypeScriptView Raw
1import { ResolvableFunction, LodashMethodDecorator } from './factory';
2declare const decorator: (...args: any[]) => MethodDecorator & PropertyDecorator;
3export declare function Wrap(fnToWrap?: ResolvableFunction): LodashMethodDecorator;
4export { Wrap as wrap };
5export default decorator;