UNPKG

@react-ssr/express

Version:
6 lines (3 loc) 120 B
import express from 'express'; declare function register(app: express.Application): Promise<void>; export = register;