diff options
Diffstat (limited to 'node_modules/dom-walk/README.md')
-rw-r--r-- | node_modules/dom-walk/README.md | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/node_modules/dom-walk/README.md b/node_modules/dom-walk/README.md deleted file mode 100644 index 9e33dd155..000000000 --- a/node_modules/dom-walk/README.md +++ /dev/null @@ -1,23 +0,0 @@ -# dom-walk - -iteratively walk a DOM node - -## Example - -``` js -var walk = require("dom-walk") - -walk(document.body.childNodes, function (node) { - console.log("node", node) -}) -``` - -## Installation - -`npm install dom-walk` - -## Contributors - - - Raynos - -## MIT Licenced
\ No newline at end of file |