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.zipch.top/Hatscat/MetavaScript/main/index.ts";

alias for isLower

@example
// returns "1.2<3<true"
isLess(1.2, '3', true)
const isLess;