UNPKG

express-limiter-pro

Version:

A TypeScript library for safe display and sanitization to prevent XSS attacks.

3 lines (2 loc) 97 B
import { Request } from 'express'; export declare const isPublicPath: (req: Request) => boolean;