Skip to content
This repository has been archived by the owner on Apr 2, 2018. It is now read-only.

Commit

Permalink
Change export syntax, see microsoft/TypeScript#3337 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Sep 13, 2016
1 parent 5cc65d9 commit c39acfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as request from 'superagent';
import request from 'superagent';
import { IClient, ITokenContext } from './definitions';

/**
Expand Down
2 changes: 1 addition & 1 deletion typings/custom/superagent.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ declare module "superagent" {

}

export = request;
export default request;
}

0 comments on commit c39acfa

Please sign in to comment.