Skip to content

Commit

Permalink
fix(typings): export strava as default + namespace (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntziolis authored Oct 14, 2020
1 parent a1bfcb3 commit 02900e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ export interface Strava {
oauth: OAuthRoutes;
}

export const strava: Strava;

export default strava;
declare const strava : Strava;
export = strava;
export as namespace strava;

0 comments on commit 02900e2

Please sign in to comment.