nestjs-cls
Version:
A continuation-local storage module compatible with NestJS's dependency injection.
11 lines • 379 B
TypeScript
/**
* Copies all metadata from one object to another.
* Useful for overwriting function definition in
* decorators while keeping all previously
* attached metadata
*
* @param from object to copy metadata from
* @param to object to copy metadata to
*/
export declare function copyMethodMetadata(from: any, to: any): void;
//# sourceMappingURL=copy-method-metadata.d.ts.map