Skip to content

Commit

Permalink
refactor(geom-isoline): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 24, 2020
1 parent fc5f392 commit 9944925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/geom-isoline/src/index.ts
@@ -1,6 +1,6 @@
import { Fn5 } from "@thi.ng/api";
import { range2d } from "@thi.ng/transducers";
import { ReadonlyVec, Vec } from "@thi.ng/vectors";
import type { Fn5 } from "@thi.ng/api";
import type { ReadonlyVec, Vec } from "@thi.ng/vectors";

// flattened [to, clear] tuples
// all positive values are given as times 2
Expand Down

0 comments on commit 9944925

Please sign in to comment.