UNPKG

lodash-decorators

Version:

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

8 lines (7 loc) 258 B
/** * Used to copy over meta data from function to function. * If meta data is attached to a function. This can get lost * when wrapping functions. This tries to persist that. * @private */ export declare function copyMetadata(to: any, from: any): any;