Skip to main content
variable or
import { or } from "https://deno.land/x/30_seconds_of_typescript@v1.0.1/util.ts";

Returns true if at least one of the arguments is true, false otherwise.

Use the logical or (||) operator on the two given values.

type

(a: any, b: any) => unknown