Sign in
cobalt
/
cobalt.git
/
04cd6faca4dd5039a1b810e9ba7b7a79e51a781d
/
.
/
src
/
cobalt
/
debug
/
remote
/
devtools
/
node_modules
/
inherits
/
inherits.js
blob: f71f2d93294a67ad5d9300aae07973e259f26068 [
file
]
try
{
var
util
=
require
(
'util'
);
/* istanbul ignore next */
if
(
typeof
util
.
inherits
!==
'function'
)
throw
''
;
module
.
exports
=
util
.
inherits
;
}
catch
(
e
)
{
/* istanbul ignore next */
module
.
exports
=
require
(
'./inherits_browser.js'
);
}