Function isFalsy

  • Check if the given value is a falsy but excludes 0, negative number, and empty string.

    Parameters

    • value: unknown

    Returns boolean

Generated using TypeDoc