UNPKG

@holochain/client

Version:

A JavaScript client for the Holochain Conductor API

8 lines (7 loc) 88 B
/** * @public */ export const SignalType = { App: "App", System: "System", };