@bytebury/sauce - v1.4.0
    Preparing search index...

    Function truthy

    • Determines if the given value is truthy.

      Parameters

      • thing: unknown

      Returns boolean

      truthy(true); // true
      truthy(false); // false
      truthy(''); // false