Skip to content

Commit

Permalink
fix incorrect declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Feb 28, 2020
1 parent 6daf2ce commit 2dc1cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion declarations.d.ts
Expand Up @@ -114,7 +114,7 @@ declare module "neo-async" {
): void;

export function queue<T, E>(
worker: AsyncFunction<T, E>,
worker: AsyncIterator<T, E>,
concurrency?: number
): QueueObject<T, E>;

Expand Down

0 comments on commit 2dc1cf3

Please sign in to comment.