datenow

0.0.1 • Public • Published

datenow

npm version Build Status

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

License

MIT

Package Sidebar

Install

npm i datenow

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • yefremov