0.1.6 • Published 7 years ago

jsmp-infra-excluder v0.1.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Run 'npm install' to install package Run 'npm run compile' to compile code from es6 to es5

To Use code , import index.js file to your code and you can use to function from that

excludeNumber takes object as an argument : {

start : start value to generate array from,

end : end value of generated array,

step :  with which step it should be generated,

exclude : which number should be exclude from array,

array : if you want to provide your custom array to exclude from it

}

splitMyString takes arguments splitMyString(string,separator,...args)

    string  :  which string should be splitted

    separator : which saparator should be used for splitting

    third : argument number of needed result
0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago