Skip to content

Stamp, generates unique stamps for change, possiblity to observe progress of stamps

Notifications You must be signed in to change notification settings

vigour-io/stamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stamp

Generate unique meta information for change in a system, monotonic timestamps

Build Status js-standard-style npm version Coverage Status

const stamp = require('stamp')

// stamp.create()
// results in 946725040140

// fires when a stamp closes (is handled)
stamp.on(() => console.log('closing'))

// fires stamp listeners
stamp.close()

const parsed = stamp.parse(stamp)
// returns a valid date time stamp

// remove all listeners
stamp.clear()

// offset internal clock
stamp.offset = 100 // add 100 ms to timestamps

// check if listeners are in progress
stamp.inProgress // true or false

About

Stamp, generates unique stamps for change, possiblity to observe progress of stamps

Resources

Stars

Watchers

Forks

Packages

No packages published