We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768b3c5 commit cdeb6dbCopy full SHA for cdeb6db
README.md
@@ -19,7 +19,7 @@ Returns an Observable that emits all items emitted by the source Observable that
19
```
20
21
An example using a compare function
22
- ```typescript
+ ```javascript
23
import { of } from 'rxjs';
24
import { distinctUntilChangedImmutable } from 'rxjs/operators';
25
0 commit comments