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