mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-10 22:44:43 +08: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