UNPKG

microsoft-speech-browser-sdk

Version:
8 lines (7 loc) 295 B
import { IEventSource } from "./IEventSource"; import { PlatformEvent } from "./PlatformEvent"; export declare class Events { private static instance; static SetEventSource: (eventSource: IEventSource<PlatformEvent>) => void; static readonly Instance: IEventSource<PlatformEvent>; }