UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

7 lines (6 loc) 209 B
/** * Helper function to get a string representation of an error. * @param error unknown * @returns a string representation of the error */ export declare function getErrorMessage(error: unknown): string;