Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 423 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 423 Bytes

Data containers with expiry

This provides a set of data containers where the stored data is removed after a set time.

This current containers that are implemented:

ExpiringSet (a version of Set)

Installation

npm install @microcode/expiring
OR
yarn add @microcode/expiring

License

This is licensed under the MIT license. Please read LICENSE for details.