UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

10 lines (8 loc) 254 B
// exporting modules to be included the UMD bundle import activeElement from './active-element'; import shadowFocus from './shadow-focus'; export default { activeElement: activeElement, shadowFocus: shadowFocus }; //# sourceMappingURL=_event.js.map