UNPKG

@beenotung/tslib

Version:
9 lines (8 loc) 485 B
declare function wrapFunction_defineProperty<F extends Function>(fn: F, length?: number, name?: string): F; declare function wrapFunction_newFunction_eval<F extends Function>(fn: F, length?: number, name?: string): F; declare const _default: { wrapFunction_defineProperty: typeof wrapFunction_defineProperty; wrapFunction_newFunction_eval: typeof wrapFunction_newFunction_eval; }; export default _default; export declare const wrapFunction: typeof wrapFunction_defineProperty;