Sha256: 95d246929bba43f5c728a42cbaca72cb5e12129455cc08697e1f24985c9efaaa

Contents?: true

Size: 933 Bytes

Versions: 85

Compression:

Stored size: 933 Bytes

Contents

# ms.js: miliseconds conversion utility

```js
ms('2 days')  // 172800000
ms('1d')      // 86400000
ms('10h')     // 36000000
ms('2.5 hrs') // 9000000
ms('2h')      // 7200000
ms('1m')      // 60000
ms('5s')      // 5000
ms('100')     // 100
```

```js
ms(60000)             // "1m"
ms(2 * 60000)         // "2m"
ms(ms('10 hours'))    // "10h"
```

```js
ms(60000, { long: true })             // "1 minute"
ms(2 * 60000, { long: true })         // "2 minutes"
ms(ms('10 hours'), { long: true })    // "10 hours"
```

- Node/Browser compatible. Published as [`ms`](https://www.npmjs.org/package/ms) in [NPM](http://nodejs.org/download).
- If a number is supplied to `ms`, a string with a unit is returned.
- If a string that contains the number is supplied, it returns it as
a number (e.g: it returns `100` for `'100'`).
- If you pass a string with a number and a valid unit, the number of
equivalent ms is returned.

## License

MIT

Version data entries

85 entries across 51 versions & 13 rubygems

Version Path
blsk-sevcore-0.0.2 blsk_old/bluesky-doc/bluesky-doc/node_modules/ms/README.md
blsk-sevcore-0.0.2 blsk_old/bluesky-doc/bluesky-doc/node_modules/connect/node_modules/ms/README.md
lanes-0.8.0 node_modules/fsevents/node_modules/ms/README.md
lanes-0.8.0 node_modules/finalhandler/node_modules/ms/README.md
lanes-0.8.0 node_modules/serve-index/node_modules/ms/README.md
lanes-0.8.0 node_modules/send/node_modules/debug/node_modules/ms/README.md
lanes-0.8.0 node_modules/express/node_modules/ms/README.md
lanes-0.8.0 node_modules/tar-pack/node_modules/ms/README.md
lanes-0.8.0 node_modules/eslint-module-utils/node_modules/ms/README.md
lanes-0.8.0 node_modules/compression/node_modules/ms/README.md
node-compiler-0.9.1 vendor/node/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms/README.md
node-compiler-0.9.0 vendor/node-v7.2.1/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms/README.md
node-compiler-0.8.0 vendor/node-v7.2.0/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms/README.md
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/ms/README.md
node-compiler-0.7.0 vendor/node-v7.1.0/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms/README.md
node-compiler-0.7.0 vendor/node-v6.9.1/deps/npm/node_modules/node-gyp/node_modules/path-array/node_modules/array-index/node_modules/debug/node_modules/ms/README.md
stylus-source-0.54.5 vendor/node_modules/ms/README.md
brwy_rails-0.0.6 test/dummy/node_modules/fsevents/node_modules/ms/README.md
brwy_rails-0.0.5 test/dummy/node_modules/fsevents/node_modules/ms/README.md
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/ms/README.md