maxmin is a tiny, dependency-free JavaScript library for finding the maximum and minimum values within an array of numbers. Simple and efficient, it avoids unnecessary complexity, offering a straightforward solution for comparing numerical values. Ideal for scenarios where minimizing bundle size and execution speed are paramount, such as front-end applications or resource-constrained environments. It exports two functions, max and min, each accepting an array and returning a single numerical value representing the respective maximum or minimum within that array.