feat: export FormatUtils' types

This commit is contained in:
LuanRT
2023-03-04 04:06:19 -03:00
committed by GitHub
parent 214aa147ce
commit 2d774e26aa

View File

@@ -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';