[ramda]: More detailed isNil definition

This commit is contained in:
Miloslav Nenadal
2017-07-03 13:54:03 +02:00
parent ae6459f44a
commit 9d17546a00

View File

@@ -813,7 +813,7 @@ declare namespace R {
/**
* Checks if the input value is null or undefined.
*/
isNil(value: any): boolean;
isNil(value: any): value is null | undefined;
/**
* Returns a string made by inserting the `separator` between each