JSPM

array-min

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q52987F
  • License MIT

Get the smallest value in an array of numbers

Package Exports

  • array-min

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (array-min) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

array-min Build Status

Get the smallest value in an array of numbers

Install

$ npm install --save array-min

Usage

var arrayMin = require('array-min');

arrayMin([5, 4, 3, 2, 1]);
// => 1

License

MIT © Andreas Gillström