Skip to content

Commit

Permalink
Merge pull request #770 from wazo-platform/expose_string_utils
Browse files Browse the repository at this point in the history
Expose string utils
  • Loading branch information
bogue authored Jun 4, 2024
2 parents 0456f74 + c6e835f commit 3952616
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 3952616

Please sign in to comment.