@happy-dom/server-renderer
Version:
Use Happy DOM for server-side rendering (SSR) or as a static site generator (SSG).
25 lines • 638 B
TypeScript
import IServerRendererConfiguration from '../types/IServerRendererConfiguration.js';
/**
* CLI process arguments parser.
*/
export default class ProcessArgumentsParser {
/**
* Returns configuration from process arguments.
*
* @param args Arguments.
*/
static getConfiguration(args: string[]): Promise<IServerRendererConfiguration>;
/**
*
* @param url
*/
private static getOutputFile;
/**
* Strips quotes from value.
*
* @param value Value.
* @returns Stripped value.
*/
private static stripQuotes;
}
//# sourceMappingURL=ProcessArgumentsParser.d.ts.map