DefinitelyTyped/superagent
Ethan Resnick 1c80f69f6e superagent: Fix callback signature
Error can be an error object or null at least (and possibly some other
values, like undefined, though those aren’t documented). There was
already a test with error being null, but it was passing only because
strictNullChecks were off. Now that strictNullChecks are on, this must
be changed.
2016-11-24 02:47:40 -08:00
..
index.d.ts superagent: Fix callback signature 2016-11-24 02:47:40 -08:00
superagent-tests.ts superagent: Fix callback signature 2016-11-24 02:47:40 -08:00
tsconfig.json superagent: Enable strictNullChecks 2016-11-24 02:47:32 -08:00