UNPKG

@vitjs/vit

Version:

🛠 React application framework inspired by UmiJS.

9 lines (8 loc) • 435 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.exportStatic = void 0; var exportStatic_1 = require("./exportStatic"); Object.defineProperty(exports, "exportStatic", { enumerable: true, get: function () { return __importDefault(exportStatic_1).default; } });