Files

2 lines
104 B
TypeScript

export declare const isCsrfOriginAllowed: (originDomain: string, allowedOrigins?: string[]) => boolean;