Skip to content

Commit 74392e0

Browse files
chore: run prettier
1 parent 830c060 commit 74392e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/services/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/**
22
* Individual service exports for modular imports
33
* This allows users to import only the services they need, reducing bundle size
4-
*
4+
*
55
* Example usage:
66
* const Api = require('twilio/lib/services').Api;
77
* const Messaging = require('twilio/lib/services').Messaging;
8-
*
8+
*
99
* Or with ES modules:
1010
* import { Api, Messaging } from 'twilio/lib/services';
11-
*
11+
*
1212
* Instead of importing the entire Twilio client with all services
1313
*/
1414

@@ -61,4 +61,4 @@ export { default as Oauth } from "../rest/Oauth";
6161
export { default as Preview } from "../rest/Preview";
6262
export { default as PreviewIam } from "../rest/PreviewIam";
6363
export { default as Supersim } from "../rest/Supersim";
64-
export { default as Trusthub } from "../rest/Trusthub";
64+
export { default as Trusthub } from "../rest/Trusthub";

0 commit comments

Comments
 (0)