UNPKG

lodash-decorators

Version:

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

10 lines (9 loc) 235 B
/** * Creates a function the returns the specific index. * @private * @export * @param {Function} fn * @param {number} index * @returns {Function} */ export declare function returnAtIndex(fn: Function, index: number): Function;