mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-25 16:11:24 +08:00
[ramda]: More detailed isNil definition
This commit is contained in:
2
types/ramda/index.d.ts
vendored
2
types/ramda/index.d.ts
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user