UNPKG

@metamask/snaps-browserify-plugin

Version:

A Browserify plugin to build MetaMask Snaps with Browserify

6 lines 261 B
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