UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

6 lines (5 loc) 246 B
import { PluginObj, types as BabelTypes } from '@babel/core'; export default function NoAnonymousDefaultExport({ types: t, ...babel }: { types: typeof BabelTypes; caller: (callerCallback: (caller: any) => any) => any; }): PluginObj<any>;