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

x/poolifier/src/utils.ts>min

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

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

type

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