wtraverser

Collection of cross-platform routines to traverse data structures, no matter how compex and cycled them are. Traverser may be used to inspect data, make some transformation or duplication. Traverser relies on class relations definition for traversing. Use

Usage no npm install needed!

<script type="module">
  import wtraverser from 'https://cdn.skypack.dev/wtraverser';
</script>

README

module::Traverser status experimental

Collection of cross-platform routines to traverse data structures, no matter how compex and cycled them are. Traverser may be used to inspect data, make some transformation or duplication. Traverser relies on class relations definition for traversing. Use the module to traverse your data.

Try out from the repository

git clone https://github.com/Wandalen/wTraverser
cd wTraverser
will .npm.install
node sample/trivial/Sample.s

Make sure you have utility willbe installed. To install willbe: npm i -g willbe@stable. Willbe is required to build of the module.

To add to your project

npm add 'wtraverser@stable'

Willbe is not required to use the module in your project as submodule.