import plugin from"./plugin.mjs";
export { default } from"./plugin.mjs";
// This is required for Browserify to work when specifying just the module name,// rather than importing the plugin function.module.exports = plugin;
//# sourceMappingURL=index.mjs.map