UNPKG

440 BJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4exports.getRequiredChunkKey = exports.Context = exports.invariant = void 0;
5
6var _component = require("@loadable/component");
7
8/* eslint-disable no-underscore-dangle */
9const {
10 invariant,
11 Context,
12 getRequiredChunkKey
13} = _component.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
14exports.getRequiredChunkKey = getRequiredChunkKey;
15exports.Context = Context;
16exports.invariant = invariant;
\No newline at end of file