UNPKG

@actyx/sdk

Version:
16 lines (15 loc) 399 B
/* * Actyx SDK: Functions for writing distributed apps * deployed on peer-to-peer networks, without any servers. * * Copyright (C) 2021 Actyx AG */ export * from './binarySearch' export * from './io' export * from './logging' export * from './mergeSortedInto' export * from './observable' export * from './root' export * from './runStats' export * from './runtime' export * from './typescript'