tsbase
Version:
Base class libraries for TypeScript
9 lines • 457 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./ISpeechSynthesizer"), exports);
tslib_1.__exportStar(require("./ISpeechRecognizer"), exports);
tslib_1.__exportStar(require("./ISpeechCommand"), exports);
tslib_1.__exportStar(require("./SpeechSynthesizer"), exports);
tslib_1.__exportStar(require("./SpeechRecognizer"), exports);
//# sourceMappingURL=module.js.map