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.

10 lines (9 loc) 277 B
/** * The match object gives all the information about what was matched * and what it was matched against. * @typedef {Object} Match * @property {Array} path, * @property {Array} virtual, * @property {Number} precedence, * @property {(undefined|Function)} authorize */