mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-26 11:48:29 +00:00
9 lines
117 B
TypeScript
9 lines
117 B
TypeScript
|
|
||
|
declare interface Math {
|
||
|
sign(v: number);
|
||
|
}
|
||
|
|
||
|
declare interface Object {
|
||
|
assign(target: {}, source: {});
|
||
|
}
|