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 2a42d3e commit 2bb4d74Copy full SHA for 2bb4d74
src/Encoder.ts
@@ -3,7 +3,7 @@ import { ExtensionCodec, ExtensionCodecType } from "./ExtensionCodec";
3
import { setInt64, setUint64 } from "./utils/int";
4
import { ensureUint8Array } from "./utils/typedArrays";
5
import type { ExtData } from "./ExtData";
6
-import type { ContextOf, SplitUndefined } from "./context";
+import type { ContextOf } from "./context";
7
8
9
export const DEFAULT_MAX_DEPTH = 100;
0 commit comments