UNPKG

@metamask/snaps-simulation

Version:

A simulation framework for MetaMask Snaps, enabling headless testing of Snaps in a controlled environment

8 lines 273 B
/** * Format types for error messages based on the number of types. * * @param types - Array of type names. * @returns Formatted string for error message. */ export declare function formatTypeErrorMessage(types: string[]): string; //# sourceMappingURL=errors.d.cts.map