0.2.6 • Published 6 years ago

@mojule/node-utils v0.2.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

dom-utils

Tree node utilities

npm install @mojule/node-utils

example

const utils = require( '@mojule/node-utils' )

const { walk } = utils

walk( node, current => {
  if( current.value === 'target' ){
    console.log( 'found target' )

    return true
  }
})

License

MIT

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago