From 11fdb0f2fc0cd0d55a14af9fbd9fac58b51e65e4 Mon Sep 17 00:00:00 2001 From: lonelyhentxi Date: Tue, 18 Mar 2025 02:33:49 +0800 Subject: [PATCH] fix: fix typo --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 697e770..e69926d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -66,7 +66,7 @@ export { isEbmlUtf8DataTagId, isUnknownTagId, } from './models/enums'; -export { +export type { EbmlUnknownTagType, EbmlUintTagType, EbmlUtf8TagType,