Skip to main content Link Search Menu Expand Document (external link)

RunnerAddress.ts overview

Since v1.0.0


Exports Grouped by Category


constructors

make

Signature

declare const make: (host: string, port: number) => RunnerAddress

Source

Since v1.0.0

models

RunnerAddress (class)

Signature

declare class RunnerAddress

Source

Since v1.0.0

[Hash.symbol] (method)

Signature

declare const [Hash.symbol]: () => any

Source

Since v1.0.0

toString (method)

Signature

declare const toString: () => string

Source

Since v1.0.0

[NodeInspectSymbol] (method)

Signature

declare const [NodeInspectSymbol]: () => string

Source

Since v1.0.0

[TypeId] (property)

Signature

readonly [TypeId]: symbol

Source

Since v1.0.0

type ids

TypeId

Signature

declare const TypeId: unique symbol

Source

Since v1.0.0

TypeId (type alias)

Signature

type TypeId = typeof TypeId

Source

Since v1.0.0