Skip to content

Commit

Permalink
Don't export interface
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed Dec 2, 2024
1 parent e708510 commit 620f58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protobuf/src/equals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import type { Registry } from "./registry.js";
import { type Any, anyUnpack } from "./wkt/index.js";
import { createExtensionContainer, getExtension } from "./extensions.js";

export interface EqualsOptions {
interface EqualsOptions {
/**
* A registry to look up extensions, and messages packed in Any.
*
Expand Down

0 comments on commit 620f58f

Please sign in to comment.