同步代码
This commit is contained in:
1
types/Common/Utils.d.ts
vendored
1
types/Common/Utils.d.ts
vendored
@@ -28,7 +28,6 @@ export declare function FixedNotZero(v: number | string, fractionDigits?: number
|
||||
* To fixed
|
||||
* @param v
|
||||
* @param [fractionDigits]
|
||||
* @returns
|
||||
*/
|
||||
export declare function ToFixed(v: number, fractionDigits?: number): string;
|
||||
export declare function GetEntity(obj: Object3D): Entity | undefined;
|
||||
|
Reference in New Issue
Block a user