UNPKG

shaman-website-compiler

Version:

Compile raw HTML, CSS and Javascript into the smallest possible, SEO friendly website.

10 lines 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DynamicRoute = void 0; var DynamicRoute = /** @class */ (function () { function DynamicRoute() { } return DynamicRoute; }()); exports.DynamicRoute = DynamicRoute; //# sourceMappingURL=dynamic-route.js.map