Skip to content

Commit

Permalink
refactor(transducers-fsm): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 24, 2020
1 parent f4b4698 commit b54bf0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transducers-fsm/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { Fn0, IObjectOf } from "@thi.ng/api";
import {
compR,
ensureReduced,
isReduced,
Reducer,
Transducer
} from "@thi.ng/transducers";
import type { Fn0, IObjectOf } from "@thi.ng/api";

export interface FSMState {
state: PropertyKey;
Expand Down

0 comments on commit b54bf0a

Please sign in to comment.