persistent-typescript
v1.0.7
Published
An easy way to have persistent data on the browser and on nodejs
Downloads
33
Maintainers
Readme
Persistent
Adds the possibility to have persistent data on the browser and on nodejs.
Installation
npm install persistent-typescriptUsage
Write @Persistent on the top of the class you want to save, and that's it, it's saved !
Plugin
You can write your own plugins to create your proper loader and saver.
Example right here.
Testing
npm run testsLicense
MIT License
