UNPKG

svelteesp32

Version:

Convert Svelte (or any frontend) JS application to serve it from ESP32 webserver (PsychicHttp)

16 lines (15 loc) 412 B
interface ICopyFilesArguments { engine: 'psychic' | 'psychic2' | 'async' | 'espidf'; sourcepath: string; outputfile: string; espmethod: string; define: string; gzip: 'true' | 'false' | 'compiler'; etag: 'true' | 'false' | 'compiler'; cachetime: number; created: boolean; version: string; help?: boolean; } export declare const cmdLine: ICopyFilesArguments; export {};