Your IP : 216.73.216.79


Current Path : /var/www/html/node_modules/dom-walk/example/
Upload File :
Current File : /var/www/html/node_modules/dom-walk/example/index.js

var walk = require("../index")

walk(document, function (node) {
    console.log("node", node)
})