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