microsoft-cognitiveservices-speech-sdk
Version:
Microsoft Cognitive Services Speech SDK for JavaScript
1 lines • 538 B
Source Map (JSON)
{"version":3,"sources":["src/common/IEventListener.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,WAAW,cAAc,CAAC,MAAM,SAAS,aAAa;IACxD,OAAO,CAAC,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B","file":"IEventListener.d.ts","sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT license.\r\n\r\nimport { PlatformEvent } from \"./PlatformEvent.js\";\r\n\r\nexport interface IEventListener<TEvent extends PlatformEvent> {\r\n onEvent(e: TEvent): void;\r\n}\r\n"]}