valtree

Valtree is a a function that will itself return the value property of object passed by param.

Usage no npm install needed!

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

README

Valtree

Build Status Coverage Status Climate Status Issues Open Issue Resolution

Version Node Downloads Slack Status License

Valtree is a a function that will itself return the value property of object passed by param..

NPM GRID

Installation

Install with npm install valtree --save.

Usage

To use, add the require node module:


    const Valtree = require('valtree');
    

WTF