UNPKG

falcor

Version:

A JavaScript library for efficient data fetching.

5 lines (4 loc) 218 B
/** * A part of a {@link Path} that can be any JSON value type. All types are coerced to string, except null. This makes the number 1 and the string "1" equivalent. * @typedef {?(string|number|boolean|null)} Key */