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.
A fork of the original node walker by Daplie
<script type="module">
import nodeWalk2 from 'https://cdn.skypack.dev/node-walk2';
</script>
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.