Licence
MIT
Version
0.0.1
Deps
0
Vulns
0
Weekly
0
datenow
Simple Date.now() polyfill for old browsers and node.
Installation
$ npm install datenow
API
import now from 'datenow';
let timestamp = now();
// => 1487622014639
Running tests
$ npm install
$ npm test