UNPKG

shaman-website-compiler

Version:

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

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