UNPKG

shaman-website-compiler

Version:

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

5 lines (4 loc) 178 B
import 'reflect-metadata'; import { WebsiteConfig } from "./models"; import { Website } from './website'; export declare function WebsiteFactory(config: WebsiteConfig): Website;