Viewing File: /home/ubuntu/efiexchange-node-base/node_modules/zod/lib/helpers/errorUtil.d.ts

export declare namespace errorUtil {
    type ErrMessage = string | {
        message?: string;
    };
    const errToObj: (message?: ErrMessage) => {
        message?: string | undefined;
    };
    const toString: (message?: ErrMessage) => string | undefined;
}
Back to Directory File Manager