UNPKG

architect-sdk

Version:

Essentialz Architect SDK

7 lines (6 loc) 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNodejs = void 0; exports.isNodejs = typeof process === 'object' && typeof process.versions === 'object' && typeof process.versions.node !== 'undefined';