We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18dee38 commit c78d57cCopy full SHA for c78d57c
packages/driver/src/codecs/codecs.ts
@@ -54,7 +54,7 @@ import type { CodecContext } from "./context";
54
55
import { INVALID_CODEC_ID, KNOWN_TYPENAMES, NULL_CODEC_ID } from "./consts";
56
57
-import type { Float16Array } from "../adapter.shared.node";
+import type { Float16Array } from "../utils";
58
59
// Types for Client.withCodecs() API:
60
export namespace Codecs {
0 commit comments