UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

10 lines (8 loc) 218 B
// exporting modules to be included the UMD bundle import attribute from './attribute'; import keycode from './keycode'; export default { attribute: attribute, keycode: keycode }; //# sourceMappingURL=_map.js.map