UNPKG

@feathersjs/hooks

Version:

Async middleware for JavaScript and TypeScript

3 lines (2 loc) 152 B
export declare function copyProperties<F>(target: F, ...originals: any[]): F; export declare function copyFnProperties<F>(target: F, original: any): F;