feat: release v0.0.1
This commit is contained in:
3
dist/react/video-player/shared/math.d.ts
vendored
Normal file
3
dist/react/video-player/shared/math.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
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
|
||||
Reference in New Issue
Block a user