UNPKG

lodash-decorators

Version:

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

5 lines (4 loc) 159 B
import { BiTypedMethodDecorator1 } from './factory'; export declare const Rest: BiTypedMethodDecorator1<number>; export { Rest as rest }; export default Rest;