Sign in
cobalt
/
cobalt
/
d2bc3b69d823bbaf46d1c4355b23486a85a6d791
/
.
/
third_party
/
devtools
/
node_modules
/
rxjs
/
internal
/
util
/
noop.js
blob: 043ca7f45c9ec3ea93559854963766369e9f142e [
file
] [
log
] [
blame
]
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
,
{
value
:
true
});
function
noop
()
{
}
exports
.
noop
=
noop
;
//# sourceMappingURL=noop.js.map