UNPKG

shaman-website-compiler

Version:

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

12 lines (11 loc) 209 B
export declare class QueryModel { name: string; path: string; dynamic?: boolean; args?: any[] | {}; limit?: number; sort?: { key: string; descending?: boolean; }; }