@metamask/snaps-utils
Version:
A collection of utilities for MetaMask Snaps
8 lines • 320 B
JavaScript
// Special entrypoint for execution environments for bundle sizing reasons
export * from "./errors.mjs";
export * from "./handlers/exports.mjs";
export * from "./handlers/types.mjs";
export * from "./iframe.mjs";
export * from "./logging.mjs";
export * from "./types.mjs";
//# sourceMappingURL=index.executionenv.mjs.map