Function is

  • Will translate any boolean or truthy or falsy value.

    Example:

    is(true) // produces: true
    is(false) // produces: false

    Parameters

    • value: unknown

    Returns boolean