UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

2 lines (1 loc) 133 B
export declare function findPageFile(rootDir: string, normalizedPagePath: string, pageExtensions: string[]): Promise<string | null>;