Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
feat: add types for flush (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
MunifTanjim authored Jun 10, 2020
1 parent fb28f3e commit 492cadb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flush.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare const flush: () => Promise<void>

export = flush
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
},
"files": [
"/flush.js",
"/flush.d.ts",
"/lib"
],
"homepage": "https://github.com/oclif/command",
Expand Down

0 comments on commit 492cadb

Please sign in to comment.