Skip to main content
Module

x/fae/max.ts>max

A functional module for Deno inspired from Ramda.
Latest
variable max
import { max } from "https://deno.land/x/fae@v1.1.1/max.ts";

Returns the larger of its two arguments. Fae.max(1, 2) // => 2 Fae.max('abd', 'abc') // => 'abd' Fae.max(1000, NaN) // => NaN

type

Max