Skip to content

Commit

Permalink
add missing index.d.ts for sleep-async module
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Aug 2, 2020
1 parent 63fc911 commit d694d07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/types/modules/sleep-async/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
declare module 'sleep-async' {
export default function(): {
Promise: {
sleep(timeout: number): Promise<void>;
};
};
}

0 comments on commit d694d07

Please sign in to comment.