Skip to content

Commit

Permalink
chore(sample): cleanup unused declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymwells committed Nov 1, 2022
1 parent 991ffa7 commit 9fa622e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/internal/operators/sample.ts
@@ -1,4 +1,3 @@
import { Observable } from '../Observable';
import { innerFrom } from '../observable/innerFrom';
import { MonoTypeOperatorFunction, ObservableInput } from '../types';
import { operate } from '../util/lift';
Expand All @@ -10,7 +9,7 @@ import { createOperatorSubscriber } from './OperatorSubscriber';
* another Observable, the `notifier`, emits.
*
* <span class="informal">It's like {@link sampleTime}, but samples whenever
* the `notifier` ObservableInput emits something.</span>
* the `notifier` `ObservableInput` emits something.</span>
*
* ![](sample.png)
*
Expand Down

0 comments on commit 9fa622e

Please sign in to comment.