@zagorboda/findmaxinteger
v1.0.4
Published
> Function that takes string with space separated integers and return max value from it
Downloads
39
Readme
findMaxInteger
Function that takes string with space separated integers and return max value from it
Install
npm i @zagorboda/findmaxintegerUsage
findMaxInteger = require('@zagorboda/findmaxinteger');
findMaxInteger.findMaxInteger.findMaxInteger(' 42 12 57 12 3 4 -5 7 ');