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

sub

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

subtraction(s)

@example
// returns "1.2-3-true"
sub(1.2, "3", true)
function sub(...values: Printable[]): string;
§
sub(...values: Printable[]): string
[src]

§Parameters

§
...values: Printable[] optional
[src]

§Return Type

§
string
[src]