@fugood/onnxruntime-react-native
Version:
ONNX Runtime bridge for react native
16 lines (12 loc) • 445 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// eslint-disable-next-line import/no-internal-modules
var _default = _reactNative.TurboModuleRegistry.get('Onnxruntime');
exports.default = _default;
//# sourceMappingURL=NativeOnnxruntime.js.map