mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-20 02:07:56 +00:00
5 lines
200 B
TypeScript
5 lines
200 B
TypeScript
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|||
// Licensed under the MIT License.
|
|||
|
|||
export const isNode = !!(typeof process !== 'undefined' && process.versions && process.versions.node);
|