UNPKG

react-native-audio-api

Version:

react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification

10 lines (9 loc) 210 B
"use strict"; class IndexSizeError extends Error { constructor(message) { super(message); this.name = 'IndexSizeError'; } } export default IndexSizeError; //# sourceMappingURL=IndexSizeError.js.map