UNPKG

stackpress

Version:

Incept is a content management framework.

4 lines (3 loc) 194 B
import type Request from '@stackpress/ingest/Request'; import type Response from '@stackpress/ingest/Response'; export default function AuthSignout(_req: Request, res: Response): Promise<void>;