UNPKG

736 BJavaScriptView Raw
1/*!
2 * nuxt-start-edge v2.14.8-26722120.046a0a4b (c) 2016-2020
3 * - Sebastien Chopin (@Atinux)
4 * - Alexandre Chopin (@alexchopin)
5 * - Pooya Parsa (@pi0)
6 * - Clark Du (@clarkdo)
7 * - Jonas Galvez (@galvez)
8 * - Alexander Lichter (@manniL)
9 * - Dmitry Molotkov (@aldarund)
10 * - Kevin Marrec (@kevinmarrec)
11 * - Pim (@pimlie)
12 * - All the amazing contributors
13 * Released under the MIT License.
14 * Website: https://nuxtjs.org
15*/
16'use strict';
17
18Object.defineProperty(exports, '__esModule', { value: true });
19
20const coreEdge = require('@nuxt/core-edge');
21
22
23
24Object.keys(coreEdge).forEach(function (k) {
25 if (k !== 'default') Object.defineProperty(exports, k, {
26 enumerable: true,
27 get: function () {
28 return coreEdge[k];
29 }
30 });
31});