mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-28 21:10:02 +00:00
Remove no-implicit-any errors
This commit is contained in:
@@ -50,5 +50,5 @@ async.detect(collectionGenerator(), booleanIterator, function (err: Error, res:
|
||||
async.detectLimit(collectionGenerator(), 2, booleanIterator, function (err: Error, res: boolean) { })
|
||||
async.detectSeries(collectionGenerator(), booleanIterator, function (err: Error, res: boolean) { })
|
||||
|
||||
async.concat(collectionGenerator(), concatIterator, (err: Error, res) => { })
|
||||
async.concatSeries(collectionGenerator(), concatIterator, (err: Error, res) => { })
|
||||
async.concat(collectionGenerator(), concatIterator, (err: Error, res: any[]) => { })
|
||||
async.concatSeries(collectionGenerator(), concatIterator, (err: Error, res: any[]) => { })
|
||||
|
||||
Reference in New Issue
Block a user