Adds the possibility to have persistent data on the browser and on nodejs.
npm install persistent-typescript
Write @Persistent
on the top of the class you want to save, and that's it, it's saved !
You can write your own plugins to create your proper loader and saver.
Example right here.
npm run tests
MIT License