Files
FreewayGamesTest/Assets/Synaptic AI Pro/MCPServer/node_modules/humanize-ms
..
2026-06-06 20:12:40 +07:00
2026-06-06 20:12:40 +07:00
2026-06-06 20:12:40 +07:00
2026-06-06 20:12:40 +07:00
2026-06-06 20:12:40 +07:00
2026-06-06 20:12:40 +07:00
2026-06-06 20:12:40 +07:00
2026-06-06 20:12:40 +07:00
2026-06-06 20:12:40 +07:00
2026-06-06 20:12:40 +07:00

humanize-ms

NPM version build status Test coverage Gittip David deps

transform humanize time to ms

Installation

$ npm install humanize-ms

Examples

var ms = require('humanize-ms');

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

License

MIT