UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

11 lines (10 loc) 219 B
export declare class ProfilingPlugin { tracer: any; /** * @param {ProfilingPluginOptions=} opts options object */ constructor(opts: { tracer: any; }); apply(compiler: any): void; }