What is dom-walk?
"iteratively walk a DOM node"
dom-walk is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 2.6 KB on disk.
Installation Guide
# Install via NPM
npm install dom-walk
# Install via Yarn
yarn add dom-walk