Skip to content

Commit

Permalink
refactor(rstream-csp): update type-only imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 7, 2020
1 parent ba70998 commit 615761b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rstream-csp/src/from/channel.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Channel } from "@thi.ng/csp";
import { LOGGER, Stream } from "@thi.ng/rstream";
import type { Channel } from "@thi.ng/csp";
import type { CommonOpts } from "@thi.ng/rstream";
import { LOGGER, Stream } from "@thi.ng/rstream";

export interface FromChannelOpts extends CommonOpts {
/**
Expand Down

0 comments on commit 615761b

Please sign in to comment.