Sign in
apache
/
cordova-windows
/
03f482dfee44809b9e289af3721eccb31884bc53
/
.
/
node_modules
/
inherits
/
inherits.js
blob: 3b94763a76eef0599dba6d0a7044b89c5a9d2033 [
file
] [
log
] [
blame
]
try
{
var
util
=
require
(
'util'
);
if
(
typeof
util
.
inherits
!==
'function'
)
throw
''
;
module
.
exports
=
util
.
inherits
;
}
catch
(
e
)
{
module
.
exports
=
require
(
'./inherits_browser.js'
);
}