Skip to content

Commit

Permalink
refactor(transducers-binary): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 24, 2020
1 parent f081687 commit f4b4698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transducers-binary/src/hex-dump.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
partition,
Transducer
} from "@thi.ng/transducers";
import { HexDumpOpts } from "./api";
import type { HexDumpOpts } from "./api";

/**
* Transforms bytes into a sequence of hexdump lines with configurable
Expand Down

0 comments on commit f4b4698

Please sign in to comment.