Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

not

import { not } from "https://raw.githubusercontent.com/Hatscat/MetavaScript/main/index.ts";

logical NOT

@example
// returns "!1"
not(1)
function not(value: Printable): string;
§
not(value: Printable): string
[src]

§Parameters

§Return Type

§
string
[src]