@zakodium/utils
Preparing search index...
Falsy
Type Alias Falsy
Falsy
:
Nullish
|
false
|
0
|
""
NaN is falsy, but it does not have a literal type in TypeScript.
0
,
-0
TypeScript type literal is the same.
HTMLAllCollection
(typeof
document.all
) is ignored from this type for lib portability. It is deprecated. If you use it, you should know it is falsy.
See
https://developer.mozilla.org/en-US/docs/Glossary/Falsy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@zakodium/utils
Loading...
0,-0TypeScript type literal is the same.HTMLAllCollection(typeofdocument.all) is ignored from this type for lib portability. It is deprecated. If you use it, you should know it is falsy.