UNPKG

@euirim/microsoft-cognitiveservices-speech-sdk

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