Optional
opts: Partial<DaemonOptions>daemonAddress is the address of the daemon.
namespace is the namespace to use for the daemon.
pollInterval is the interval in milliseconds to poll the daemon for updates.
transport is the transport to use for communicating with the daemon.
client returns a client for the daemon.
the client for the daemon.
Static
defaultsdefaults returns the default options.
the default options.
Static
interceptorGenerated using TypeDoc
Options are the options for using Webmesh. They are a superset of DaemonOptions and can be used to inherit the daemon address and namespace from the environment. It should be extended to provide the transport needed to communicate with the daemon.