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) • 410 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "LoadCustomWasm", {
enumerable: true,
get: function () {
return _LoadCustomWasm.default;
}
});
var _LoadCustomWasm = _interopRequireDefault(require("./LoadCustomWasm"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
//# sourceMappingURL=index.js.map