Sign in
cobalt
/
cobalt
/
e83fce97d7405b0b5e569d961aa431b1112ac6ac
/
.
/
src
/
third_party
/
devtools
/
node_modules
/
util-deprecate
/
node.js
blob: 5e6fcff5ddd3fbf8bdda6310c224114d30b7509e [
file
] [
log
] [
blame
]
/**
* For Node.js, simply re-export the core `util.deprecate` function.
*/
module
.
exports
=
require
(
'util'
).
deprecate
;