node-walk2

A fork of the original node walker by Daplie

Usage no npm install needed!

<script type="module">
  import nodeWalk2 from 'https://cdn.skypack.dev/node-walk2';
</script>

README

This is a fork of Daplie's node-walk. So all credit goes to them. I just added the ability to stop the walker from descending into subdirectories if the next() function is called with the walk.NO_DESCEND argument.