Name: | rh-nodejs8-nodejs-ms |
---|---|
Version: | 0.7.1 |
Release: | 5.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 6029 |
License: | MIT |
RPM: | rh-nodejs8-nodejs-ms-0.7.1-5.el7.noarch.rpm |
Source RPM: | rh-nodejs8-nodejs-ms-0.7.1-5.el7.src.rpm |
Build Date: | Tue Dec 19 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/guille/ms.js/ |
Summary: | Tiny milliseconds conversion utility for Node.js |
Description: | This module is a tiny milliseconds conversion utility for Node.js. It does the following: - If a number is supplied to ms, a string with a unit is returned. - If a string that contains the number is supplied, it returns it as a number (e.g: it returns 100 for '100'). - If you pass a string with a number and a valid unit, the number of equivalent milliseconds is returned. |