gen-timestamp
v1.0.4
Published
Generate timestamp [![Build Status](https://travis-ci.org/ani4aniket/gen-timestamp.svg?branch=master)](https://travis-ci.org/ani4aniket/gen-timestamp) [![Coverage Status](https://coveralls.io/repos/github/ani4aniket/gen-timestamp/badge.svg)](https://cover
Downloads
1
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.