UNPKG

nextjs-http-supertest

Version:

npm package to get an http server parsing your nextJS app to link endpoint with handler

6 lines (3 loc) 97 B
import { Server } from 'http'; const server: Server<Request, Response>; export default server;