Skip to content

Commit

Permalink
fix(next): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed Nov 9, 2016
1 parent b7c63b4 commit c608fe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/combinators/next.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { curry2 } from '@most/prelude';

import { Subject, HoldSubject } from '../interfaces';
import { sync, hold } from '../';

export const next: NextFn = curry2<any, Subject<any> | HoldSubject<any>, Subject<any> | HoldSubject<any>>(
function next (value: any, subject: Subject<any> | HoldSubject<any>) {
Expand Down

0 comments on commit c608fe0

Please sign in to comment.