UNPKG

shaman-website-compiler

Version:

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

18 lines (17 loc) 403 B
import { Bundle } from "./bundle"; import { QueryModel } from "./query-model"; export declare class FileModel { [property: string]: any; route?: string; shaman?: FileModelConfig; } export declare class FileModelConfig { dynamic?: { path: string; name: string; }; query?: QueryModel[]; bundles?: Bundle[]; private?: boolean; extensionless?: boolean; }