@fugood/onnxruntime-react-native
Version:
ONNX Runtime bridge for react native
13 lines (12 loc) • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.version = void 0;
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// This file is generated by /js/scripts/update-version.ts
// Do not modify file content manually.
const version = '1.16.0';
exports.version = version;
//# sourceMappingURL=version.js.map