UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

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