Skip to content

Commit

Permalink
Merge 65f942c into 85dbe82
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmehta committed Jun 1, 2020
2 parents 85dbe82 + 65f942c commit 79534e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
async function timeout(interval: number): Promise<void> & { clear(): void } {}
export default timeout
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"types": "index.d.ts",
"keywords": [
"settimeout",
"timeout",
Expand Down

0 comments on commit 79534e8

Please sign in to comment.