Skip to content

Commit

Permalink
Expose string utils
Browse files Browse the repository at this point in the history
  • Loading branch information
manuquentin committed Jun 4, 2024
1 parent 0456f74 commit c6e835f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export { default as ExternalApp } from './domain/ExternalApp';
export { default as SessionDescriptionHandler } from './lib/WazoSessionDescriptionHandler';
export * from './types/WebSocketMessage';
export * from './utils/PhoneNumberUtil';
export * from './utils/string';
export * from './domain/types';

export default Wazo;

0 comments on commit c6e835f

Please sign in to comment.