UNPKG

ts-caddyfile

Version:
8 lines (7 loc) 297 B
import { CaddyFile, Block } from './types'; export declare function generateServerBlock(host: string, block: Block): string; /** * Creates a CaddyFile string from a CaddyFile Object * @param CaddyFile CaddyFile Object */ export declare function generateCaddyFile(Caddyfile: CaddyFile): string;