Skip to content

Commit

Permalink
feat: add "default" export for esm
Browse files Browse the repository at this point in the history
  • Loading branch information
dantio committed Mar 6, 2022
1 parent 6fadd46 commit d2454d9
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 @@ -23,6 +23,7 @@ const defaultConfig: Omit<AppConfig, keyof Keyset> = {

// tslint:disable-next-line:class-name
class eBayApi extends Api {
public static default = eBayApi;
public static SiteId = SiteId;
public static MarketplaceId = MarketplaceId;
public static ContentLanguage = ContentLanguage;
Expand Down

0 comments on commit d2454d9

Please sign in to comment.