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

Returns true if both arguments are true, false otherwise.

type

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