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) 222 B
"use strict"; class NotSupportedError extends Error { constructor(message) { super(message); this.name = 'NotSupportedError'; } } export default NotSupportedError; //# sourceMappingURL=NotSupportedError.js.map