UNPKG

@bolttech/server-side-next

Version:

This library was generated with [Nx](https://nx.dev).

4 lines (3 loc) 167 B
import { NextApiRequest, NextApiResponse } from 'next'; declare function handler(req: NextApiRequest, res: NextApiResponse): Promise<void>; export default handler;