UNPKG
logical-not
Version:
latest (1.0.9)
1.0.9
1.0.7
1.0.5
1.0.3
1.0.1
1.0.0
Logical NOT Function
github.com/PavelDymkov/logical-not
PavelDymkov/logical-not
logical-not
/
index.d.ts
6 lines
(4 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
not
(
value
:
any
): value is
false
|
""
|
0
|
null
|
undefined
;
export
default
not;