Skip to content

Commit

Permalink
Update definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
zewish committed Mar 21, 2021
1 parent 12af381 commit 8454526
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prottle",
"version": "1.0.4",
"version": "1.0.5",
"description": "Promise.all() throttle",
"main": "prottle.js",
"typings": "prottle.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion prottle.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
declare const prottle: <ResponseType extends any>(
limit: number,
arr: Array<
() => Promise<ResponseType>
() => Promise<any>
>
) => Promise<ResponseType[]>;

Expand Down

0 comments on commit 8454526

Please sign in to comment.