Sign in
cobalt
/
cobalt
/
634c02babfc7dfb85fc435215e352d63bfe21b07
/
.
/
src
/
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