tezx
Version:
TezX is a high-performance, lightweight JavaScript framework designed for speed, scalability, and flexibility. It enables efficient routing, middleware management, and static file serving with minimal configuration. Fully compatible with Node.js, Deno, an
12 lines (11 loc) • 876 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.generateID = exports.sanitizePathSplit = exports.GlobalConfig = exports.Environment = void 0;
var environment_js_1 = require("../core/environment.js");
Object.defineProperty(exports, "Environment", { enumerable: true, get: function () { return environment_js_1.Environment; } });
var config_js_1 = require("../core/config.js");
Object.defineProperty(exports, "GlobalConfig", { enumerable: true, get: function () { return config_js_1.GlobalConfig; } });
var url_js_1 = require("../utils/url.js");
Object.defineProperty(exports, "sanitizePathSplit", { enumerable: true, get: function () { return url_js_1.sanitizePathSplit; } });
var common_js_1 = require("./common.js");
Object.defineProperty(exports, "generateID", { enumerable: true, get: function () { return common_js_1.generateID; } });