This commit is contained in:
ChenX
2023-05-30 18:22:43 +08:00
parent 738c42e64e
commit bf1b1186c1
108 changed files with 389 additions and 272 deletions

View File

@@ -50,4 +50,5 @@ export declare function GetIndexDBID(id: string): string;
export declare function FixDigits(v: number, fractionDigits?: number): number;
/** 有触摸板 */
export declare const isHasTouch: () => boolean;
export declare function isChinese(str: string): boolean;
//# sourceMappingURL=Utils.d.ts.map