wishthis/node_modules/rxjs/dist/cjs/internal/util/noop.js

6 lines
173 B
JavaScript
Raw Normal View History

2022-01-21 08:28:41 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
2022-06-08 10:36:39 +00:00
exports.noop = void 0;
2022-01-21 08:28:41 +00:00
function noop() { }
exports.noop = noop;
//# sourceMappingURL=noop.js.map