Bug Report
Current Behavior
This is a minor issue, but every time I type noop or identity in my projects I get a VS Code autocomplete suggestion to auto-import it from rxjs. This feels weird to me, because those functions don't really have anything to do with Observables. My natural place to import them from would be lodash, but instead rxjs is always suggested first. If anything you'd think a noop export from rxjs would be a "noop Observable", not a plain noop function.
This seems to have been very intentional though: 810c4d0
Expected behavior
These to just be internal functions (unless there's a good reason I am missing).
Environment
Possible Solution
Not export in index.ts
Additional context/Screenshots

Bug Report
Current Behavior
This is a minor issue, but every time I type
nooporidentityin my projects I get a VS Code autocomplete suggestion to auto-import it fromrxjs. This feels weird to me, because those functions don't really have anything to do with Observables. My natural place to import them from would belodash, but insteadrxjsis always suggested first. If anything you'd think anoopexport fromrxjswould be a "noop Observable", not a plain noop function.This seems to have been very intentional though: 810c4d0
Expected behavior
These to just be internal functions (unless there's a good reason I am missing).
Environment
Possible Solution
Not export in index.ts
Additional context/Screenshots