Outlook_Addin_LLM/node_modules/@feathersjs/hooks/lib/utils.d.ts

4 lines
207 B
TypeScript
Raw Normal View History

export declare function copyToSelf(target: any): void;
export declare function copyProperties<F>(target: F, ...originals: any[]): F;
export declare function copyFnProperties<F>(target: F, original: any): F;