Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.13 KB

graph-resolver NPM version Build Status Dependency Status Coverage percentage

Graph Resolver resolves a value or a list of values of a model to another, provided their intermediaries have defined relationships.

Install

$ npm install --save graph-resolver

Usage

var graphResolver = require('graph-resolver');

graphResolver('Rainbow');

License

MIT © Sidhartha Chatterjee