1.0.8 • Published 6 years ago

largest-number-possible v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

This module will give you the possible of largest number from array

to install--

npm install largest-number-possible

eg:

var test = require('largest-number-possible');

console.log(test.generateLarge(1,5,7));


generateLoad takes an Integer array

and returns the largest number as a String.

if the array contains negative and string returns 0;

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago