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

bor

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

bitwise OR(s)

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

§Parameters

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

§Return Type

§
string
[src]