UNPKG

501 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6/**
7 * Variables used internally and externally
8 */
9var BEGIN_REQUEST = "@@request-layer/BEGIN_REQUEST",
10 COMPLETE_REQUEST = "@@request-layer/COMPLETE_REQUEST",
11 FAIL_REQUEST = "@@request-layer/FAIL_REQUEST",
12 NO_INTERNET = "@@request-layer/NO_INTERNET";
13exports.BEGIN_REQUEST = BEGIN_REQUEST;
14exports.COMPLETE_REQUEST = COMPLETE_REQUEST;
15exports.FAIL_REQUEST = FAIL_REQUEST;
16exports.NO_INTERNET = NO_INTERNET;
\No newline at end of file