/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
@types
/
ms
/
/var/www/greso.tech/server/nsm/node_modules/@types/ms
mkdir
upload
Name
Size
Mode
Actions
index.d.ts
561
0644
edit
dl
rm
LICENSE
1183
0644
edit
dl
rm
package.json
673
0644
edit
dl
rm
README.md
461
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/@types/ms/index.d.ts
(561B)
// Type definitions for ms v0.7.1 // Project: https://github.com/zeit/ms // Definitions by: Zhiyuan Wang <https://github.com/danny8002> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /** * Short/Long format for `value`. * * @param {Number} value * @param {{long: boolean}} options * @return {String} */ declare function ms(value: number, options?: { long: boolean }): string; /** * Parse the given `value` and return milliseconds. * * @param {String} value * @return {Number} */ declare function ms(value: string): number; export = ms;
Save
cmd:
run