Anchorage API reference
    Preparing search index...
    interface SignalProviderHostNamespaceLike<Id = unknown> {
        get(id: Id): SignalProviderHostStubLike;
        idFromName(name: string): Id;
    }

    Type Parameters

    • Id = unknown
    Index

    Methods

    Methods