UNPKG

resume-client-socket.io

Version:

Resume Client API for Socket.IO and Node.JS - Medical Speech to Summarized Text

18 lines (13 loc) 399 B
declare function warning (): Warning export declare class WarnOpts { code: string; name: string; message: string; } export type BuildWarnOptsFn = (a?: any, b?: any, c?: any) => WarnOpts interface Warning { create(name: string, code: string, message: string): BuildWarnOptsFn, emit(cod: string, a?: any, b?: any, c?: any): void, emitted: Map<string, boolean> } export default warning