UNPKG

lodash-decorators

Version:

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

5 lines (4 loc) 153 B
import { BiTypedMethodDecorator } from './factory'; export declare const Unary: BiTypedMethodDecorator; export { Unary as unary }; export default Unary;