aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/rxjs/internal/util/noop.js
blob: 043ca7f45c9ec3ea93559854963766369e9f142e (plain) (blame)
1
2
3
4
5
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function noop() { }
exports.noop = noop;
//# sourceMappingURL=noop.js.map