UNPKG

stackpress

Version:

Incept is a content management framework.

5 lines (4 loc) 259 B
import type Request from '@stackpress/ingest/Request'; import type Response from '@stackpress/ingest/Response'; import type Server from '@stackpress/ingest/Server'; export default function SignOutPage(req: Request, res: Response, ctx: Server): Promise<void>;