Files
_hublib-web/dist/react/video-player/shared/math.d.ts

3 lines
184 B
TypeScript
Raw Normal View History

2026-02-27 09:50:13 +03:00
export declare const gcd: (a: number, b: number) => number;
export declare const numWord: (value: number, words: [string, string, string]) => string;
//# sourceMappingURL=math.d.ts.map