UNPKG

viem

Version:

TypeScript Interface for Ethereum

4 lines 265 B
import type { ErrorType } from '../../errors/utils.js'; export type IsNullUniversalResolverErrorErrorType = ErrorType; export declare function isNullUniversalResolverError(err: unknown, callType: 'resolve' | 'reverse'): boolean; //# sourceMappingURL=errors.d.ts.map