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

rightShift

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

right shift(s)

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

§Parameters

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

§Return Type

§
string
[src]