Skip to content

Commit

Permalink
refactor(bitfield): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Sep 6, 2020
1 parent 53a8c9e commit b09f1a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/bitfield/src/bitmatrix.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { assert } from "@thi.ng/api";
import { assert, Fn2, IClear, ICopy } from "@thi.ng/api";
import { align, bitAnd, bitNot, bitOr, bitXor } from "@thi.ng/binary";
import { binOp, toString } from "./util";
import type { Fn2, IClear, ICopy } from "@thi.ng/api";

/**
* MxN row-major 2D bit matrix, backed by a Uint32Array. Hence the width
Expand Down

0 comments on commit b09f1a6

Please sign in to comment.