Skip to content

Commit

Permalink
refactor(simd): update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 24, 2020
1 parent 863909a commit 6aa73ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/simd/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { base64Decode } from "@thi.ng/transducers-binary";
import { SIMD } from "./api";
import { BINARY } from "./binary";
import type { SIMD } from "./api";

export * from "./api";
export type * from "./api";

/**
* Creates a new WASM module instance w/ user supplied memory. The WASM
Expand Down

0 comments on commit 6aa73ca

Please sign in to comment.