stamp
Generate unique meta information for change in a system, monotonic timestamps
const stamp = // stamp.create()// results in 946725040140 // fires when a stamp closes (is handled)stamp // fires stamp listenersstamp const parsed = stamp// returns a valid date time stamp // remove all listenersstampclear // offset internal clockstampoffset = 100 // add 100 ms to timestamps // check if listeners are in progressstampinProgress // true or false