UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

5 lines (4 loc) 154 B
import { PluginObj, types as BabelTypes } from '@babel/core'; export default function ({ types: t, }: { types: typeof BabelTypes; }): PluginObj<any>;