We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ac0cc3 + e2b3559 commit 8821d1eCopy full SHA for 8821d1e
types/index.d.ts
@@ -23,4 +23,12 @@ export * from './User';
23
export * from './utils';
24
export * from './Utility';
25
export * from './Webhook';
26
-export { default, IEasyPostOptions } from './EasyPost';
+export { IEasyPostOptions } from './EasyPost';
27
+
28
+declare const EasyPostClient: typeof import('./EasyPost').default;
29
+export = EasyPostClient;
30
+export as namespace MainClient;
31
32
+declare module 'easypost' {
33
+ export = EasyPostClient;
34
+}
0 commit comments