UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

3 lines (2 loc) 139 B
import { Context } from '../../../core'; export declare function getCsrfTokenFromRequest(request: Context['request']): string | undefined;