site/node_modules/speech-rule-engine/js/audio/span.js
2024-10-14 08:09:33 +02:00

11 lines
248 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Span = void 0;
class Span {
constructor(speech, attributes) {
this.speech = speech;
this.attributes = attributes;
}
}
exports.Span = Span;