mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-15 01:54:36 +00:00
* 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