UNPKG

@actyx/sdk

Version:
5 lines (4 loc) 139 B
import { SnapshotStore } from '../snapshotStore/snapshotStore'; export declare const InMemSnapshotStore: { of: () => SnapshotStore; };