mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-13 14:31:10 +00:00
9 lines
117 B
TypeScript
9 lines
117 B
TypeScript
|
|
||
|
declare interface Math {
|
||
|
sign(v: number);
|
||
|
}
|
||
|
|
||
|
declare interface Object {
|
||
|
assign(target: {}, source: {});
|
||
|
}
|