From 2d774e26aae79f3d1b115e0e85c148ae80985529 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Sat, 4 Mar 2023 04:06:19 -0300 Subject: [PATCH] feat: export `FormatUtils`' types --- src/utils/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/index.ts b/src/utils/index.ts index ce7be7dda..04c5c86a5 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -5,6 +5,7 @@ export * as Constants from './Constants.js'; export { default as EventEmitter } from './EventEmitterLike.js'; export { default as FormatUtils } from './FormatUtils.js'; +export * from './FormatUtils.js'; export { default as HTTPClient } from './HTTPClient.js'; export * from './HTTPClient.js';