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

minus

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

negate a value

@example
// return "-a"
minus("a")
function minus(value: Primitive): string;
§
minus(value: Primitive): string
[src]

§Parameters

§Return Type

§
string
[src]