touchstudy-core 0.1.187 → 0.1.188
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +431 -416
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +433 -419
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/functions/common.d.ts +1 -0
- package/package.json +1 -1
@@ -11,3 +11,4 @@ export declare const formatTimeSecond: (duration: number, t: any) => string;
|
|
11
11
|
export declare const formatRole: (roles: string[], t: any) => any;
|
12
12
|
export declare const getRole: (roles: string[]) => Role | null;
|
13
13
|
export declare const handleKeyDown: (e: any) => void;
|
14
|
+
export declare const getPercentage: (current: number, max: number) => number;
|