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 b7c63b4 commit c608fe0Copy full SHA for c608fe0
src/combinators/next.ts
@@ -1,7 +1,6 @@
1
import { curry2 } from '@most/prelude';
2
3
import { Subject, HoldSubject } from '../interfaces';
4
-import { sync, hold } from '../';
5
6
export const next: NextFn = curry2<any, Subject<any> | HoldSubject<any>, Subject<any> | HoldSubject<any>>(
7
function next (value: any, subject: Subject<any> | HoldSubject<any>) {
0 commit comments