1.0.4 • Published 4 years ago

gen-timestamp v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Generate timestamp

Build Status Coverage Status Codacy Badge

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.

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago