Skip to content

Commit 02900e2

Browse files
authored
fix(typings): export strava as default + namespace (#101)
1 parent a1bfcb3 commit 02900e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,6 @@ export interface Strava {
155155
oauth: OAuthRoutes;
156156
}
157157

158-
export const strava: Strava;
159-
160-
export default strava;
158+
declare const strava : Strava;
159+
export = strava;
160+
export as namespace strava;

0 commit comments

Comments
 (0)