UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

8 lines (7 loc) 224 B
import { loader } from 'webpack'; export declare type ClientPagesLoaderOptions = { absolutePagePath: string; page: string; }; declare const nextClientPagesLoader: loader.Loader; export default nextClientPagesLoader;