Skip to content

Commit

Permalink
add default export
Browse files Browse the repository at this point in the history
  • Loading branch information
leemhenson committed Nov 5, 2017
1 parent 112cb21 commit 49c61e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ declare module "hot-shots" {

public CHECKS: DatadogChecks;
}

export default StatsD;
}

declare const StatsDClient: StatsD;
export default StatsDClient;

0 comments on commit 49c61e8

Please sign in to comment.