UNPKG

lodash-decorators

Version:

A collection of decorators using lodash at it's core.

6 lines (5 loc) 288 B
import { ResolvableFunction, LodashMethodDecorator } from './factory'; declare const decorator: (...args: any[]) => MethodDecorator & PropertyDecorator; export declare function Wrap(fnToWrap?: ResolvableFunction): LodashMethodDecorator; export { Wrap as wrap }; export default decorator;