diff --git a/src/registry.ts b/src/registry.ts index de211924..514c67c2 100644 --- a/src/registry.ts +++ b/src/registry.ts @@ -106,7 +106,7 @@ class Registry implements RegistryInterface { } } -export const registry = new Registry() +export const registry: RegistryInterface = new Registry() const codecs: ProtocolCodec[] = [{ code: CODE_IP4,