Skip to content

Commit

Permalink
refactor(csv): update type-only imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 6, 2020
1 parent 7176302 commit 32cfc25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/csv/src/transforms.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { maybeParseFloat, maybeParseInt } from "@thi.ng/strings";
import { CellTransform } from "./api";
import type { CellTransform } from "./api";

export const upper: CellTransform = (x) => x.toUpperCase();

Expand Down

0 comments on commit 32cfc25

Please sign in to comment.