1.0.0 • Published 7 years ago

a-timestamp-generator v1.0.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

a-timestamp-generator

styled with prettier Travis Coverage Status npm npm license

A generator for creating timestamps.

Homepage

https://adorsys.github.io/npm-timestamp-generator/

Installation

npm install a-timestamp-generator

Usage

import TimestampGenerator from 'a-timestamp-generator';
const tg = new TimestampGenerator()
const firstTimestamp = tg.generate();
const secondTimestamp = tg.generate();

firstTimestamp < secondTimestamp // is always true

Tests

First install dev dependencies with npm install, then run npm test.

1.0.0

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago