The library uses @effectful/es-persist to store async function state for @effectful/es-persist.
It re-exports both of the libraries, and @effectful/serialization
is
imported as peer dependency.
Install from npm:
$ npm install --save-dev @effectful/es
$ npm install --save @effectful/es-persist-serialization @effectful/serialization
In .babelrc:
{
"presets": ["@effectful/es-persist-serialization/transform"]
}
If there are other babel presets, add "passPerPreset":true
.
Distributed under the terms of the The MIT License (MIT).