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

isLess

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

less than comparison(s)

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

§Parameters

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

§Return Type

§
string
[src]