datenow
v0.0.1
Published
Simple date now polyfill for old browsers and node
Downloads
3
Readme
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