UNPKG

@tevm/sync-storage-persister

Version:

A package for persisting the state of the EVM to a sync storage

6 lines 259 B
/** * A persister that does nothing, useful as a default * @type {import('./SyncStoragePersister.js').SyncStoragePersister} */ export const noopPersister: import("./SyncStoragePersister.js").SyncStoragePersister; //# sourceMappingURL=noopPersister.d.ts.map