DefinitelyTyped/types/redis
bartek szczepański 3f7c783b0a Change redis.print declaration to comply to callback signature. (#23964)
As shown in node_redis examples redis.print is nice utility to be used as callback.

With current type declarations it was not possible due to mismatch null vs. undefined.

I decided to update redis.print signature to not break other methods by changing Callback
2018-02-28 08:04:29 -08:00
..
index.d.ts Change redis.print declaration to comply to callback signature. (#23964) 2018-02-28 08:04:29 -08:00
redis-tests.ts Change redis.print declaration to comply to callback signature. (#23964) 2018-02-28 08:04:29 -08:00
tsconfig.json Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
tslint.json