UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

6 lines (5 loc) 192 B
import webpack from 'webpack'; export declare function getClientStyleLoader({ isDevelopment, assetPrefix, }: { isDevelopment: boolean; assetPrefix: string; }): webpack.RuleSetUseItem;