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 
Get the smallest value in an array of numbers
Install
$ npm install --save array-minUsage
var arrayMin = require('array-min');
arrayMin([5, 4, 3, 2, 1]);
// => 1License
MIT © Andreas Gillström