UNPKG

falcor-router

Version:

A router DataSource constructor for falcor that allows you to model all your cloud data sources as a single JSON resource.

6 lines (4 loc) 151 B
var JSONGraphError = module.exports = function JSONGraphError(typeValue) { this.typeValue = typeValue; }; JSONGraphError.prototype = new Error();