next-csrf
Version:
CSRF mitigation library for Next.js
24 lines (16 loc) • 571 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _attribute = require('./attribute');
var _attribute2 = _interopRequireDefault(_attribute);
var _keycode = require('./keycode');
var _keycode2 = _interopRequireDefault(_keycode);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
// exporting modules to be included the UMD bundle
exports.default = {
attribute: _attribute2.default,
keycode: _keycode2.default
};
module.exports = exports['default'];
//# sourceMappingURL=_map.js.map