UNPKG

662 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.offlineCase = exports.onlineCase = exports.startClientNavigationCase = void 0;
7
8var _actions = require("./actions");
9
10var _envReductions = require("./env-reductions");
11
12var startClientNavigationCase = [_actions.SHARYN_START_CLIENT_NAVIGATION, _envReductions.disableIsServerRenderReduction];
13exports.startClientNavigationCase = startClientNavigationCase;
14var onlineCase = [_actions.SHARYN_ONLINE, _envReductions.onlineReduction];
15exports.onlineCase = onlineCase;
16var offlineCase = [_actions.SHARYN_OFFLINE, _envReductions.offlineReduction];
17exports.offlineCase = offlineCase;
\No newline at end of file