Repository URL to install this package:
|
Version:
0.0.7 ▾
|
/// <reference types="express" />
import { Request, Response } from '../typings';
export declare function renderUsingServerSideRendering(req: Request, res: Response, nonce: string): Promise<void>;