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

mul

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

multiplication(s)

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

§Parameters

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

§Return Type

§
string
[src]