1.0.9 • Published 2 years ago

twexxor-highest-detector v1.0.9

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago
npm install twexxor-highest-detector
const twexxorHighestDetector = require('twexxor-highest-detector');                 
twexxorHighestDetector(['0', '-10', ['1000', '-1']]); // '1000'
twexxorHighestDetector([0, -10, [100, -1]]); // '100'
twexxorHighestDetector(['0', '-10', ['1000', '-1']]); // '1000'
twexxorHighestDetector([0, 100, [-10, 'twexxor']]); // '100'
twexxorHighestDetector([Infinity, 'xxx']); // false
twexxorHighestDetector([0, '0']); // '0'
twexxorHighestDetector([0, -10, '10000000000000000000000000000000000000000011', '-10000000000000000000000000000000000000000111', '10000000000000000000000000000000000000000001', 10000000, 100, -1]); // '10000000000000000000000000000000000000000011'
twexxorHighestDetector(['-100', -10, ['-1000', '-100']]); // '-10'
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago