We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gives smallest value. 📦 NPM, 😺 GitHub, 🏃 RunKit, 🌔 Minified, 📜 Files, 📰 JSDoc, 📘 Wiki.
bigint.min(...xs); // xs: bigints
const bigint = require('extra-bigint'); bigint.min(5n, 3n, 8n); // 3n bigint.min(5n, 3n, -8n); // -8n bigint.min(); // null