File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* Individual service exports for modular imports
3
3
* This allows users to import only the services they need, reducing bundle size
4
- *
4
+ *
5
5
* Example usage:
6
6
* const Api = require('twilio/lib/services').Api;
7
7
* const Messaging = require('twilio/lib/services').Messaging;
8
- *
8
+ *
9
9
* Or with ES modules:
10
10
* import { Api, Messaging } from 'twilio/lib/services';
11
- *
11
+ *
12
12
* Instead of importing the entire Twilio client with all services
13
13
*/
14
14
@@ -61,4 +61,4 @@ export { default as Oauth } from "../rest/Oauth";
61
61
export { default as Preview } from "../rest/Preview" ;
62
62
export { default as PreviewIam } from "../rest/PreviewIam" ;
63
63
export { default as Supersim } from "../rest/Supersim" ;
64
- export { default as Trusthub } from "../rest/Trusthub" ;
64
+ export { default as Trusthub } from "../rest/Trusthub" ;
You can’t perform that action at this time.
0 commit comments