UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

10 lines (8 loc) 280 B
// exporting modules to be included the UMD bundle import interactionType from './interaction-type'; import shadowMutations from './shadow-mutations'; export default { interactionType: interactionType, shadowMutations: shadowMutations }; //# sourceMappingURL=_observe.js.map