Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
shishichen
/
qimall
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
dd2c8f9709
Branches
Tags
dev
master
qimall
/
node
/
node_modules
/
licia
/
ms.d.ts
ms.d.ts
98 B
History
Raw
1
2
3
4
5
declare function ms(str: string): number;
declare function ms(num: number): string;
export = ms;