DefinitelyTyped/types/async
Gabriel Montes 3a0b11664a Fix async.constant return type (#38876)
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.
2019-10-15 10:39:02 -07:00
..
test
index.d.ts Fix async.constant return type (#38876) 2019-10-15 10:39:02 -07:00
tsconfig.json
tslint.json