UNPKG

assertthat

Version:
9 lines (8 loc) 220 B
interface LessShittyError { message: string; } declare const makeErrorLessShitty: <TError extends Error>({ error }: { error: TError; }) => TError; export type { LessShittyError }; export { makeErrorLessShitty };