Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 2.19 KB

README.md

File metadata and controls

69 lines (46 loc) · 2.19 KB

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