@rollinginfra/state-store-local-file-system
v1.0.0
Published
Store JSON state objects in a file. Keys can be any valid UTF-8 string.
Downloads
1
Readme
State Store - Local File System
Store JSON state objects in a file. Keys can be any valid UTF-8 string.
Usage
import StateStoreLocalFileSystem from '@rollinginfra/state-store-local-file-system';
const state = new StateStoreLocalFileSystem({
filename: `state.json`,
});