Find the closest number out of an array to a specific value
$ npm i closest-numberimport closestNumber from 'closest-number';
closestNumber([10, 20, 30], 12);
// => 10MIT © André Ruffert
| Name | Name | Last commit date | ||
|---|---|---|---|---|
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
 |  | |||
Find the closest number out of an array to a specific value
$ npm i closest-numberimport closestNumber from 'closest-number';
closestNumber([10, 20, 30], 12);
// => 10MIT © André Ruffert