UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

5 lines (4 loc) 120 B
import { Compiler } from 'webpack'; export default class NextJsSsrImportPlugin { apply(compiler: Compiler): void; }