UNPKG

falcor

Version:

A JavaScript library for efficient data fetching.

13 lines (12 loc) 386 B
/** * The list of internal keys. Instead of a bunch of little files, * have them as one exports. This makes the bundling overhead smaller! */ module.exports = { // eslint-disable-next-line camelcase $__toReference: "$__toReference", // eslint-disable-next-line camelcase $__path: "$__path", // eslint-disable-next-line camelcase $__refPath: "$__refPath" };