UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

11 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConnectionStateChangedEvent = void 0; class ConnectionStateChangedEvent { constructor() { this.state = 'initial'; } } exports.ConnectionStateChangedEvent = ConnectionStateChangedEvent; ConnectionStateChangedEvent.type = 'ConnectionStateChanged'; //# sourceMappingURL=connection-state-change.event.js.map