UNPKG

onnxruntime-web

Version:

A Javascript library for running ONNX models on browsers

5 lines (3 loc) 200 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. export const isNode = !!(typeof process !== 'undefined' && process.versions && process.versions.node);