@actyx/sdk
Version:
Actyx SDK
8 lines (7 loc) • 329 B
TypeScript
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';