Skip to content

Type Alias: DiscoveryCache

ts
type DiscoveryCache = Map<string, Promise<Nodeinfo21Payload["software"]>>;

Defined in: src/wellknown.ts:33

Cache of software discovery results, keyed by hostname. See ThreadiverseClientOptions.discoveryCache.