UNPKG

@foal/jwt

Version:

Authentication with JWT for FoalTS

3 lines (2 loc) 115 B
import { HttpResponse } from '@foal/core'; export declare function removeAuthCookie(response: HttpResponse): void;