Will translate any boolean or truthy or falsy value.
Example:
is(true) // produces: trueis(false) // produces: false Copy
is(true) // produces: trueis(false) // produces: false
Will translate any boolean or truthy or falsy value.
Example: