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