Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/poolifier/src/utils.ts>max

Fast and small web worker pool
Latest
variable max
import { max } from "https://deno.land/x/poolifier@v0.3.14/src/utils.ts";

Returns the maximum of the given numbers. If no numbers are given, -Infinity is returned.

type

(...args: number[]) => number