Files
DefinitelyTyped/types/async
Bert Verhelst b745d938a4 Fix return types for filter funcs without callback (#42185)
* Fix return types for filter funcs without callback

according to the docs, you can omit the callback. In this case the function will return a promise containing the filtered array.

http://caolan.github.io/async/v3/docs.html#filter

* [async] callback is obligated when no promise is returned
2020-02-18 11:33:24 -08:00
..