RunnerAddress.ts overview
Since v1.0.0
Exports Grouped by Category
constructors
make
Signature
declare const make: (host: string, port: number) => RunnerAddress
Since v1.0.0
models
RunnerAddress (class)
Signature
declare class RunnerAddress
Since v1.0.0
[Hash.symbol] (method)
Signature
declare const [Hash.symbol]: () => any
Since v1.0.0
toString (method)
Signature
declare const toString: () => string
Since v1.0.0
[NodeInspectSymbol] (method)
Signature
declare const [NodeInspectSymbol]: () => string
Since v1.0.0
[TypeId] (property)
Signature
readonly [TypeId]: symbol
Since v1.0.0
type ids
TypeId
Signature
declare const TypeId: unique symbol
Since v1.0.0
TypeId (type alias)
Signature
type TypeId = typeof TypeId
Since v1.0.0