@corefunc/corefunc
    Preparing search index...

    Function checkIsFalsy

    • Parameters

      • value: any

        The value to evaluate.

      Returns boolean

      True if the value is considered falsy; otherwise, false.

      checkIsFalsy

      Determine whether a value represents a falsy semantic value (false, 0, or common string equivalents).