UNPKG

@chubbyts/chubbyts-throwable-to-error

Version:

It converts any throwable into an Error.

2 lines (1 loc) 62 B
export declare const throwableToError: (e: unknown) => Error;