diff --git a/src/utils/index.ts b/src/utils/index.ts index ce7be7dd..04c5c86a 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';