UNPKG

nestjs-tsx-views

Version:

Server-side JSX/TSX rendering for your NestJS application 🚀

9 lines (8 loc) • 215 B
import { MyViewProps } from './views/my-view.js'; export declare class AppController { index(): MyViewProps; /** * This route is excluded in AppModule setup */ throwException(): MyViewProps; }