UNPKG

@tsed/common

Version:
6 lines (5 loc) 163 B
import { PlatformContext } from "../domain/PlatformContext"; /** * @ignore */ export declare function renderView(data: any, ctx: PlatformContext): Promise<any>;