UNPKG

@react-ssr/nestjs-express

Version:
6 lines (3 loc) 159 B
import { NestExpressApplication } from '@nestjs/platform-express'; declare function register(app: NestExpressApplication): Promise<void>; export = register;