UNPKG

shaman-website-compiler

Version:

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

4 lines (3 loc) 166 B
import { AdapterConfig } from "../models"; import { IQueryAdapter } from "../adapters"; export declare function RequireAdapter(config: AdapterConfig): IQueryAdapter;