humanize-ms

transform humanize time to ms

MIT 6 个版本
安装
npm install humanize-ms
yarn add humanize-ms
pnpm add humanize-ms
bun add humanize-ms
README

humanize-ms

NPM version Node.js CI Test coverage Known Vulnerabilities npm download

transform humanize time to ms

Installation

npm install humanize-ms

Examples

import { ms } from 'humanize-ms';

ms('1s') // 1000
ms(1000) // 1000

License

MIT

Contributors

Contributors

Made with contributors-img.

版本列表
2.0.0 2024-12-12
1.2.1 2017-05-19
1.2.0 2016-05-20
1.0.2 2016-04-04
1.0.1 2015-01-02
1.0.0 2014-08-14