UNPKG

ran-boilerplate

Version:

React . Apollo (GraphQL) . Next.js Toolkit

41 lines (39 loc) 1.49 kB
"use strict"; /** * Copyright 2017 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); var constants_1 = require("./src/constants"); // Overriding the constant (we should be the only ones doing this) constants_1.CONSTANTS.NODE_CLIENT = true; __export(require("./src/assert")); __export(require("./src/crypt")); __export(require("./src/constants")); __export(require("./src/deepCopy")); __export(require("./src/deferred")); __export(require("./src/environment")); __export(require("./src/errors")); __export(require("./src/json")); __export(require("./src/jwt")); __export(require("./src/obj")); __export(require("./src/query")); __export(require("./src/sha1")); __export(require("./src/subscribe")); __export(require("./src/validation")); __export(require("./src/utf8")); //# sourceMappingURL=index.node.js.map