react-native-audio-api
Version:
react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification
14 lines (13 loc) • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
class InvalidStateError extends Error {
constructor(message) {
super(message);
this.name = 'InvalidStateError';
}
}
var _default = exports.default = InvalidStateError;
//# sourceMappingURL=InvalidStateError.js.map