Skip to content

hemanth/is-nodelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-nodelist

is a NodeList object?

Because obj instanceof NodeList isn't reliable.

Install

$ npm install --save is-nodelist

Usage

var isNodelist = require('is-nodelist');

isNodelist(document.querySelectorAll('h1')); // true;

License

MIT © hemanth.hm

About

is a NodeList object?

Resources

License

Stars

Watchers

Forks

Packages

No packages published