humanize-ms
transform humanize time to ms
Last updated 8 years ago by dead_horse .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install humanize-ms 
SYNC missed versions from official npm registry.

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

Current Tags

  • 1.2.1                                ...           latest (8 years ago)

5 Versions

  • 1.2.1                                ...           8 years ago
  • 1.2.0                                ...           9 years ago
  • 1.0.2                                ...           9 years ago
  • 1.0.1                                ...           10 years ago
  • 1.0.0                                ...           10 years ago
Maintainers (1)
Downloads
Today 1
This Week 1
This Month 1
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
  • ms ^2.0.0
Dev Dependencies (6)
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |