Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthepink committed Aug 3, 2016
1 parent ac6b6e2 commit c01aab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ declare module "datadog-metrics" {
}
let client: DDog;
export default client;
}

declare module "mp3-duration" {
export default function(filename: string, callback: any);
Expand Down

0 comments on commit c01aab0

Please sign in to comment.