mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 04:50:51 +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;
|