UNPKG

314 BJavaScriptView Raw
1"use strict";
2function __export(m) {
3 for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
4}
5Object.defineProperty(exports, "__esModule", { value: true });
6
7if (process.env.FULLSTACK_ONE_DEV === "true") {
8 __export(require("./lib/index.ts"));
9} else {
10 __export(require("./dist/index.js"));
11}
12