Skip to content

gillstrom/array-min

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get the smallest value in an array of numbers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •