UNPKG

@eolme/vma-engine

Version:
7 lines (6 loc) 198 B
declare type PersistStorage = { get: () => Promise<object>; set: (value: object) => Promise<boolean>; }; declare const storage: PersistStorage; export { storage, storage as default };