You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
hanyuqing 1ff6b4a3ae 22 4 months ago
..
lib 22 4 months ago
lib-es6 22 4 months ago
src 22 4 months ago
LICENSE 22 4 months ago
README.md 22 4 months ago
package.json 22 4 months ago
types.d.ts 22 4 months ago

README.md

array-min

NPM version npm download

Get the minimum value in an array.

Installation

$ npm install --save ml-array-min

Usage

import min from 'ml-array-min';

const result = min([1, 5, 3, 2, 4]);
// 1

License

MIT