UNPKG

@actyx/sdk

Version:
12 lines (11 loc) 296 B
/* * Actyx SDK: Functions for writing distributed apps * deployed on peer-to-peer networks, without any servers. * * Copyright (C) 2021 Actyx AG */ export * from './functions' export * from './offsetMap' export * from './subscribe_monotonic' export * from './tags' export * from './various'