Using NPM
npm install @waveplay/stashy
Using Yarn
yarn add @waveplay/stashy
import stashy from '@waveplay/stashy';
// Get a value from storage
const displayName = stashy.getString('name');
console.log(`Your username is ${displayName}`);
// Update a value in storage
stashy.set('name', 'Pkmmte Xeleon');
This project was originally developed for WavePlay.
The MIT License.