UNPKG

falcor

Version:

A JavaScript library for efficient data fetching.

8 lines (7 loc) 205 B
/** * An ordered list of {@link Key}s that point to a value in a {@link JSONGraph}. * @typedef {Array.<Key>} Path * @example // Points to the name of product 1234 ["productsById", "1234", "name"] */