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

isGreater

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

greater than comparison(s)

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

§Parameters

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

§Return Type

§
string
[src]