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

or

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

logical OR(s)

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

§Parameters

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

§Return Type

§
string
[src]