Skip to content

Commit

Permalink
refactor(csp): update imports (transducers)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 20, 2021
1 parent 0bc002c commit 4705acc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/csp/src/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { isFunction } from "@thi.ng/checks/is-function";
import { DCons } from "@thi.ng/dcons/dcons";
import { illegalArity } from "@thi.ng/errors/illegal-arity";
import type { Reducer, Transducer } from "@thi.ng/transducers";
import { cycle } from "@thi.ng/transducers/iter/cycle";
import { range } from "@thi.ng/transducers/iter/range";
import { cycle } from "@thi.ng/transducers/cycle";
import { delayed } from "@thi.ng/transducers/delayed";
import { range } from "@thi.ng/transducers/range";
import { isReduced, unreduced } from "@thi.ng/transducers/reduced";
import { delayed } from "@thi.ng/transducers/xform/delayed";
import type {
ChannelItem,
ErrorHandler,
Expand Down

0 comments on commit 4705acc

Please sign in to comment.