Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@synvox/loader

synvox3MIT0.1.1TypeScript support: included

`js const cache = new Cache(url => fetch(url).then(r => r.json()));

readme

@synvox/loader

const cache = new Cache(url => fetch(url).then(r => r.json()));

const { useKey: useDivide, touch } = createLoader({ cache });