UNPKG

@holochain/client

Version:

A JavaScript client for the Holochain Conductor API

9 lines (8 loc) 194 B
/** * @public */ export var EntryDhtStatus; (function (EntryDhtStatus) { EntryDhtStatus["Live"] = "live"; EntryDhtStatus["Dead"] = "dead"; })(EntryDhtStatus || (EntryDhtStatus = {}));