UNPKG

@picovoice/rhino-react-native

Version:

Picovoice Rhino React Native binding

54 lines (52 loc) 2.38 kB
// // Copyright 2020-2023 Picovoice Inc. // // You may not use this file except in compliance with the license. A copy of the license is located in the "LICENSE" // file accompanying this source. // // Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on // an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the // specific language governing permissions and limitations under the License. // 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "InferenceCallback", { enumerable: true, get: function () { return _rhino_manager.InferenceCallback; } }); Object.defineProperty(exports, "ProcessErrorCallback", { enumerable: true, get: function () { return _rhino_manager.ProcessErrorCallback; } }); Object.defineProperty(exports, "Rhino", { enumerable: true, get: function () { return _rhino.default; } }); exports.RhinoErrors = void 0; Object.defineProperty(exports, "RhinoInference", { enumerable: true, get: function () { return _rhino.RhinoInference; } }); Object.defineProperty(exports, "RhinoManager", { enumerable: true, get: function () { return _rhino_manager.default; } }); var _rhino = _interopRequireWildcard(require("./rhino")); var _rhino_manager = _interopRequireWildcard(require("./rhino_manager")); var RhinoErrors = _interopRequireWildcard(require("./rhino_errors")); exports.RhinoErrors = RhinoErrors; function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); } function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; } //# sourceMappingURL=index.js.map