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

Returns the logical inverse of the given value.

Use the logical not (!) operator to return the inverse of the given value.

type

(a: any) => unknown