Function isTruthy

  • Returns true is some input value is truthy. Returns false otherwise.

    Example

    using(1).pipe(
    isTruthy()
    );

    Returns ((input: unknown) => boolean)

      • (input: unknown): boolean
      • Parameters

        • input: unknown

        Returns boolean

Generated using TypeDoc