@gosquared/stash-2
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

Install

npm i @gosquared/stash-2

Usage

const stash = new Stash();
const key = 'test';
const fetch = async () => { return { test: 1 } }
const value = await stash.get(key, fetch);

Development

npm i
npm run watch
npm test

Readme

Keywords

none

Package Sidebar

Install

npm i @gosquared/stash-2

Weekly Downloads

0

Version

0.1.3

License

ISC

Unpacked Size

23.9 kB

Total Files

10

Last publish

Collaborators

  • jt
  • thedeveloper
  • gosquared-admin