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

9 lines (7 loc) 162 B
class IndexSizeError extends Error { constructor(message: string) { super(message); this.name = 'IndexSizeError'; } } export default IndexSizeError;