@cloudflare/puppeteer
Version:
A high-level API to control headless Chrome over the DevTools Protocol
13 lines • 323 B
JavaScript
;
/**
* @license
* Copyright 2020 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.isNode = void 0;
/**
* @internal
*/
exports.isNode = !!(typeof process !== 'undefined' && process.version);
//# sourceMappingURL=environment.js.map