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) • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
class IndexSizeError extends Error {
constructor(message) {
super(message);
this.name = 'IndexSizeError';
}
}
var _default = exports.default = IndexSizeError;
//# sourceMappingURL=IndexSizeError.js.map