parse-ms-js

1.2.0 • Public • Published

Parse milliseconds into an object This Module wrapper for parse-ms

Install

$ npm install parse-ms-js

Usage

parseMsJS(1337000001);
/*
{
	days: 15,
	hours: 11,
	minutes: 23,
	seconds: 20,
	milliseconds: 1,
	microseconds: 0,
	nanoseconds: 0
}
*/

License

ISC © Coders Code

Package Sidebar

Install

npm i parse-ms-js

Weekly Downloads

2

Version

1.2.0

License

ISC

Unpacked Size

1.27 kB

Total Files

3

Last publish

Collaborators

  • mattarello