@zakodium/utils
    Preparing search index...

    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.