@xpertana/zeitding
v0.0.5
Published
Watches a collection of object tracking creation and update times ages them out and acts upon them
Downloads
1
Readme
ZeitDing ("Time Thing")
A Javascript class which helps manage a collection of objects in Javascript which:
- can be "timed out" after a configurable amount of time if not updated
Typical use cases will be where you need to maga
const things = new ZietDing();
things.add("a",{name:"Bob"});