UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

6 lines (4 loc) 98 B
declare module 'regex-parser' { function Parse(regexString: string): RegExp; export = Parse; }