UNPKG

@actyx/sdk

Version:
8 lines (7 loc) 329 B
import * as globals from './globals'; export { globals }; export * from './actyx'; export * from './event-fns'; export * from './types'; export { NodeInfo } from './node-info'; export { SnapshotStore, LocalSnapshotFromIndex, StoreSnapshot, RetrieveSnapshot, InvalidateAllSnapshots, InvalidateSnapshots, } from './snapshotStore';