mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-24 23:34:30 +00:00
The return type is not just a Function, it is an AsyncFunction as specified in the docs: https://github.com/caolan/async/blob/v3.1.0/lib/constant.js#L13 This will prevent incorrect TS errors to show up.