Skip to content

Commit

Permalink
feat: export FormatUtils' types
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT authored Mar 4, 2023
1 parent 214aa14 commit 2d774e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 2d774e2

Please sign in to comment.