Package Exports
- is-dom-node-list
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (is-dom-node-list) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Installation
Browser
A simple and fast way to get started is to include this script on your page:
<script src="https://unpkg.com/is-dom-node-list"></script>
This will create the global variable isDomNodeList
.
Module
npm install is-dom-node-list
CommonJS
const isDomNodeList = require('is-dom-node-list')
ES2015
import isDomNodeList from 'is-dom-node-list'