UNPKG

@qelos/auth

Version:

Express Passport authentication service

4 lines (3 loc) 159 B
import { Response } from "express"; import { AuthRequest } from "../../types"; export declare function logout(req: AuthRequest, res: Response): Promise<void>;