Skip to content

Commit

Permalink
fixup! feat!: remove all marker functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaundal committed Aug 26, 2022
1 parent 3b5c669 commit 61fa66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/derivedStream.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Observable, ObservableInput, combineLatest } from 'rxjs';
import { tag } from 'rxjs-spy/cjs/operators';
import { tag } from 'rxjs-spy/operators';

export type DerivedStream = {
<A>(name: string, a: ObservableInput<A>): Observable<[A]>;
Expand Down

0 comments on commit 61fa66f

Please sign in to comment.