A common engine to use to server render an application.
API
class CommonEngine {
constructor(options?: CommonEngineOptions | undefined): CommonEngine;
render(opts: CommonEngineRenderOptions): Promise<string>;
}
constructor
CommonEngine
@returns
CommonEngine
render
Promise<string>Render an HTML document for a specific URL with specified render options
@returns
Promise<string>