UNPKG

sipp

Version:

An Opinionated, High-Productivity MVC Web Framework in TypeScript

8 lines (7 loc) 172 B
import { Request } from 'express'; export declare class Csrf { private readonly req; constructor(req: Request); csrfToken(): string; csrfField(): string; }