https://github.com/node-modules/humanize-ms
transform humanize time to ms
https://github.com/node-modules/humanize-ms
Last synced: 12 days ago
JSON representation
transform humanize time to ms
- Host: GitHub
- URL: https://github.com/node-modules/humanize-ms
- Owner: node-modules
- License: mit
- Created: 2014-08-14T07:51:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T09:46:21.000Z (7 months ago)
- Last Synced: 2025-06-05T00:45:23.030Z (21 days ago)
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 32
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nodejs - humanize-ms - Transform humanize time to ms. (Repository / Date & Time)
README
# humanize-ms
[![NPM version][npm-image]][npm-url]
[](https://github.com/node-modules/humanize-ms/actions/workflows/nodejs.yml)
[![Test coverage][codecov-image]][codecov-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url][npm-image]: https://img.shields.io/npm/v/humanize-ms.svg?style=flat-square
[npm-url]: https://npmjs.org/package/humanize-ms
[codecov-image]: https://codecov.io/gh/node-modules/humanize-ms/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/node-modules/humanize-ms
[snyk-image]: https://snyk.io/test/npm/humanize-ms/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/humanize-ms
[download-image]: https://img.shields.io/npm/dm/humanize-ms.svg?style=flat-square
[download-url]: https://npmjs.org/package/humanize-mstransform humanize time to ms
## Installation
```bash
npm install humanize-ms
```## Examples
```typescript
import { ms } from 'humanize-ms';ms('1s') // 1000
ms(1000) // 1000
```### License
[MIT](LICENSE)
## Contributors
[](https://github.com/node-modules/humanize-ms/graphs/contributors)
Made with [contributors-img](https://contrib.rocks).