UNPKG

viem

Version:

TypeScript Interface for Ethereum

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