Skip to main content
Module

x/ramda/mod.ts>lte

:ram: Practical functional Javascript
Latest
variable lte
import { lte } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Returns true if the first argument is less than or equal to the second; false otherwise.