lup-expires
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

GitHub package.json version npm bundle size GitHub Workflow Status NPM

lup-expires

Offers different data structures that allow temporary storing of objects. Expire time can be defined for stored entries after which they will get automatically deleted.

JavaScript Example

const { ExpireMap } = require("lup-expires);

TypeScript Example

import { ExpireMap } from "lup-expires"

Package Sidebar

Install

npm i lup-expires

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

10.6 kB

Total Files

7

Last publish

Collaborators

  • luca-vogels