0.2.6 • Published 7 years ago

@mojule/node-utils v0.2.6

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago