UNPKG

@amo-tm/wsc

Version:

The amo WSC component of the amo JS SDK

9 lines (8 loc) 441 B
import { InstanceFactory, Name, RemoteInstanceUrl } from './types'; export declare const _registerRemoteInstanceFactory: <T extends keyof import("./types").NameServiceMapping>(instanceFactory: InstanceFactory<T>) => void; export declare class RemoteInstanceLoader<T extends Name> { private readonly url; constructor(url: RemoteInstanceUrl); getInstanceFactory(): InstanceFactory<T>; private initializeRemoteScript; }