UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

9 lines (8 loc) 207 B
import webpack from 'webpack'; export default class NextJsSsrImportPlugin { private options; constructor(options: { outputPath: string; }); apply(compiler: webpack.Compiler): void; }