Skip to content

Commit

Permalink
refactor(rstream-query): 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 479706b commit ba70998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rstream-query/src/xforms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
Transducer,
} from "@thi.ng/transducers";
import type { BindFn, Edit, Solutions, Triple, TripleIds } from "./api";
import { TripleStore } from "./store";
import type { TripleStore } from "./store";

export const intersect2: Transducer<IObjectOf<TripleIds>, TripleIds> = comp(
map(({ a, b }) => intersection(a, b)),
Expand Down

0 comments on commit ba70998

Please sign in to comment.