@nevware21/ts-utils
    Preparing search index...

    Function isTruthy

    • Checks if the type of value evaluates to true value, handling some special case usages of Boolean(true/false) and new Boolean(true/false).

      Parameters

      • value: any

        Value to be checked.

      Returns boolean

      True if the value is not truthy, false otherwise.