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

div

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

division(s)

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

§Parameters

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

§Return Type

§
string
[src]