UNPKG

shaman-website-compiler

Version:

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

10 lines (9 loc) 190 B
export declare class Bundle { name: string; type: string; files: string[]; extension?: string; content?: string; constructor(obj?: Bundle); get path(): string; }