0.0.1 • Published 9 years ago
datenow v0.0.1
datenow
Simple Date.now() polyfill for old browsers and node.
Installation
$ npm install datenowAPI
import now from 'datenow';
let timestamp = now();
// => 1487622014639Running tests
$ npm install
$ npm test