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

isMore

import { isMore } from "https://raw.zipch.top/Hatscat/MetavaScript/main/index.ts";

alias for isGreater

@example
// returns "1.2>3>true"
isMore(1.2, '3', true)
const isMore;