Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
node_modules
/
puppeteer-core
/
src
/
environment.ts
blob: bf7227243df2bbfe1308f92ee9ba7c1be37665d3 [
file
]
/**
* @license
* Copyright 2020 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @internal
*/
export
const
isNode
=
!!(
typeof
process
!==
'undefined'
&&
process
.
version
);