Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nv-array-remove-with-index

ihgazni22ISC1.0.0

nv-array-remove-with-index ============ - nv-array-remove-with-index

readme

nv-array-remove-with-index

  • nv-array-remove-with-index

install

  • npm install nv-array-remove-with-index

usage

example

const ary_irm  = require("nv-array-remove-with-index")

var arr=[1,2,3,4,5,6]
ary_irm(arr,2)
//arr [ 1, 2, 4, 5, 6 ]
var arr=[1,2,3,4,5,6]
ary_irm(arr,100)
//arr [ 1, 2,3, 4, 5, 6 ]

API

  • ary_irm(arr,index)

LICENSE

  • ISC