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
..
test feat(async): retry method definition update. Closes #41767 (#41792) 2020-01-27 16:00:33 -08:00
index.d.ts Fix return types for filter funcs without callback (#42185) 2020-02-18 11:33:24 -08:00
tsconfig.json
tslint.json