humanize-ms
transform humanize time to ms
Installation
npm install humanize-ms
Examples
import { ms } from 'humanize-ms';
ms('1s') // 1000
ms(1000) // 1000
License
Contributors
Made with contributors-img.
transform humanize time to ms
transform humanize time to ms
npm install humanize-ms
import { ms } from 'humanize-ms';
ms('1s') // 1000
ms(1000) // 1000
Made with contributors-img.
https://github.com/eggjs/egg/issues/5257
ms
for converting human-readable time
formats into milliseconds.Added multiple GitHub Actions workflows for CI, testing, and publishing automation.
Bug Fixes
Removed outdated configuration files that could lead to linting errors or CI issues.
Documentation
Updated README.md
with new CI/CD references, installation
instructions, and contributor acknowledgments.
Chores
package.json
with new dependencies and scripts for linting
and testing.