1 line
104 B
TypeScript
Executable file
1 line
104 B
TypeScript
Executable file
export declare const isCsrfOriginAllowed: (originDomain: string, allowedOrigins?: string[]) => boolean;
|