forked from enviPath/enviPy
Current Dev State
This commit is contained in:
23
static/js/ketcher2/node_modules/parse-ms/readme.md
generated
vendored
Normal file
23
static/js/ketcher2/node_modules/parse-ms/readme.md
generated
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
# parse-ms [](https://travis-ci.org/sindresorhus/parse-ms)
|
||||
|
||||
> Parse milliseconds into an object
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
```sh
|
||||
$ npm install --save parse-ms
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
parseMs(1337000001);
|
||||
//=> { days: 15, hours: 11, minutes: 23, seconds: 20, milliseconds: 1 }
|
||||
```
|
||||
|
||||
|
||||
## License
|
||||
|
||||
MIT © [Sindre Sorhus](http://sindresorhus.com)
|
||||
Reference in New Issue
Block a user