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

17 lines (16 loc) 427 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _api = require("./api"); Object.keys(_api).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (key in exports && exports[key] === _api[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _api[key]; } }); }); //# sourceMappingURL=index.js.map