1.0.1 • Published 2 years ago

nv-facutil-empty-slot v1.0.1

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

nv-facutil-empty-slot

  • attr_0
  • attr_1

install

  • npm install nv-facutil-empty-slot

splitted

usage

  const { }   = require("nv-facutil-empty-slot");

example

	{
	  get_non_empty_slot_infod: [Function: get_non_empty_slot_infod],
	  is_empty_slot_at: [Function: is_empty_slot_at]
	}
	> var a = [,1,,]
	> x.get_non_empty_slot_infod(a)
	{ '1': true }
	> 
	> x.is_empty_slot_at(a,0)
	true
	> x.is_empty_slot_at(a,1)
	false
	> x.is_empty_slot_at(a,2)
	true
	> x.is_empty_slot_at(a,3)
	false
	> a.length
	3
	> 

METHODS

APIS

LICENSE

  • ISC
1.0.1

2 years ago