UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

8 lines (7 loc) 266 B
import { Compiler, Plugin } from 'webpack'; export declare class NextJsRequireCacheHotReloader implements Plugin { prevAssets: any; previousOutputPathsWebpack5: Set<string>; currentOutputPathsWebpack5: Set<string>; apply(compiler: Compiler): void; }