Skip to content

Commit

Permalink
Merge af99535 into ea4efc6
Browse files Browse the repository at this point in the history
  • Loading branch information
urish authored Aug 24, 2017
2 parents ea4efc6 + af99535 commit 31bce7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion es6-promise-pool.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ declare class PromisePool<A> extends EventTarget {
start(): PromiseLike<A>
}

export default PromisePool
declare module PromisePool {
}

export = PromisePool;

0 comments on commit 31bce7c

Please sign in to comment.