UNPKG

falcor

Version:

A JavaScript library for efficient data fetching.

5 lines (4 loc) 161 B
/** * A part of a {@link PathSet} that can be either a {@link Key}, {@link Range}, or Array of either. * @typedef {(Key|Range|Array.<(Key|Range)>)} KeySet */