gen-timestamp
v1.0.4
Published
Generate timestamp [](https://travis-ci.org/ani4aniket/gen-timestamp) [](https://cover
Readme
Generate timestamp

A small library that generates current timestamp.
Installation
npm install gen-timestamp
Usage
var genTimestamp = require("gen-timestamp");
var timestamp = genTimestamp();Output should be the current timestamp.
Tests
npm test
Contributing
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.
