@teetawat-chitpitak/js-remove-array-index
v1.0.6
Published
remove array specific index and remove array using range in format {from:xx,to:xx}
Maintainers
Readme
js-remove-array-index
provide function to remove array with specific index by calling function removeIndex(array,index) remove array range by calling function removeRange(array,{from:number,to:number}) and remove multiple array specific index eg index no 1 and 5 by calling function removeMultipleSpecificIndexes(array,[2,5])
