@gosquared/stash-2
v0.1.3
Published
npm i @gosquared/stash-2
Downloads
4
Readme
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