@actyx/sdk
Version:
Actyx SDK
10 lines (9 loc) • 295 B
text/typescript
/*
* Actyx SDK: Functions for writing distributed apps
* deployed on peer-to-peer networks, without any servers.
*
* Copyright (C) 2021 Actyx AG
*/
export { EventFnsFromEventStoreV2 } from './event-fns-impl'
export { EventStore as EventStoreV2 } from './eventStore'
export * from './types'