UNPKG

363 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6/**
7 * Users can require this file to create a conditional block that runs only on
8 * server-side or client-side.
9 *
10 * <pre>
11 * if (at.server) {
12 * ....
13 * }
14 * </pre>
15 *
16 * @SERVER
17 */
18exports.default = {
19 server: true,
20 client: false
21};
22//# sourceMappingURL=scope.js.map
\No newline at end of file