Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

never.js 282B

12345678
  1. /** PURE_IMPORTS_START _Observable,_util_noop PURE_IMPORTS_END */
  2. import { Observable } from '../Observable';
  3. import { noop } from '../util/noop';
  4. export var NEVER = /*@__PURE__*/ new Observable(noop);
  5. export function never() {
  6. return NEVER;
  7. }
  8. //# sourceMappingURL=never.js.map