mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-20 16:39:09 +00:00
4 lines
167 B
TypeScript
4 lines
167 B
TypeScript
export declare function assignImpl(target: Object, ...sources: Object[]): Object;
|
|
export declare function getAssign(root: any): any;
|
|
export declare const assign: any;
|