1.0.6 • Published 5 years ago

@jeremiah_tenbrink/for-every-node v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Function that will call a callback for every child node. Uses a queue , not recursion.

Install

With Npm

npm install @jeremiah_tenbrink/for-every-node

With Yarn

yarn add @jeremiah_tenbrink/for-every-node

Usage

import {callForEveryNode} from "@jeremiah_tenbrink/for-every-node";

callForEveryNode(htmlElementWithChildNodes, (el => {
console.log(el)
}))

Author

šŸ‘¤ Jeremiah Tenbrink

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 Jeremiah Tenbrink. This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago