Sign in
cobalt
/
cobalt
/
25f5f36f7ec10aaaebdc9eda48cd1423123bdd55
/
.
/
third_party
/
devtools
/
node_modules
/
node-environment-flags
/
polyfill.js
blob: ccba9e242d5ec1689d634705f72194034a355b01 [
file
] [
log
] [
blame
]
'use strict'
;
module
.
exports
=
()
=>
{
if
(
typeof
process
.
allowedNodeEnvironmentFlags
===
'object'
)
{
return
process
.
allowedNodeEnvironmentFlags
;
}
return
require
(
'./implementation'
).
allowedNodeEnvironmentFlags
;
};