UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

12 lines (10 loc) 273 B
// exporting modules to be included the UMD bundle import focusable from './focusable'; import key from './key'; import visibleArea from './visible-area'; export default { focusable: focusable, key: key, visibleArea: visibleArea }; //# sourceMappingURL=_when.js.map