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