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