UNPKG

@metamask/snaps-sdk

Version:

A library containing the core functionality for building MetaMask Snaps

8 lines 435 B
export { getErrorData, getErrorMessage, getErrorStack, SNAP_ERROR_CODE, SNAP_ERROR_MESSAGE, literal, union, enumValue, typedUnion, selectiveUnion, nonEmptyRecord } from "./internals/index.mjs"; export { assert } from "@metamask/utils"; export * from "./errors.mjs"; export * from "./error-wrappers.mjs"; export * from "./images.mjs"; export * from "./types/index.mjs"; export * from "./ui/index.mjs"; //# sourceMappingURL=index.mjs.map