isZodErrorLike
isZodErrorLike(
err
):err is ZodError<any>
Defined in: packages/iso-filecoin/src/utils.js:326
Check if an error is a ZodError
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
err | unknown |
Returns
Section titled “Returns”err is ZodError<any>