onnxruntime/js/web/lib/wasm/binding/ort-wasm-threaded.d.ts

7 lines
239 B
TypeScript

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
import {OrtWasmModule} from './ort-wasm';
declare const moduleFactory: EmscriptenModuleFactory<OrtWasmModule>;
export default moduleFactory;