"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _exportNames = { VueRecaptchaPlugin: true }; module.exports = exports.VueRecaptchaPlugin = void 0; var _plugin = require("./plugin.cjs"); var _unhead = require("./script-manager/unhead.cjs"); var _api = require("./api.cjs"); Object.keys(_api).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; if (key in exports && exports[key] === _api[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _api[key]; } }); }); const plugin = (0, _plugin.createPlugin)(_unhead.createUnheadRecaptcha); exports.VueRecaptchaPlugin = exports.default = plugin;