five-server
Version:
Development Server with Live Reload Capability. (Maintained Fork of Live Server)
16 lines • 534 B
TypeScript
/**
* @author Yannick Deubel (https://github.com/yandeu)
* @copyright Copyright (c) 2021 Yannick Deubel
* @license {@link https://github.com/yandeu/five-server/blob/main/LICENSE LICENSE}
*/
export declare class ExecPHP {
private php;
private phpIni;
cwd: string;
get path(): string | undefined;
get ini(): string | undefined;
set path(path: string | undefined);
set ini(path: string | undefined);
parseFile(absolutePath: any, res: any): Promise<string>;
}
//# sourceMappingURL=execPHP.d.ts.map