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 3c47f28 commit dde2b5bCopy full SHA for dde2b5b
src/ExtensionCodec.ts
@@ -11,7 +11,7 @@ export type ExtensionDecoderType<ContextType> = (
11
12
export type ExtensionEncoderType<ContextType> = (input: unknown, context: ContextType) => Uint8Array | null;
13
14
-// immutable interfce to ExtensionCodec
+// immutable interface to ExtensionCodec
15
export type ExtensionCodecType<ContextType> = {
16
// eslint-disable-next-line @typescript-eslint/naming-convention
17
__brand?: ContextType;
0 commit comments