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