a-timestamp-generator
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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.

Dependents (0)

Package Sidebar

Install

npm i a-timestamp-generator

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • adorsysoss
  • gra
  • adorsysbot