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

isLower

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

lower than comparison(s)

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

§Parameters

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

§Return Type

§
string
[src]