UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

6 lines 196 B
/** * Zod validator for a valid ethereum address */ export const zAddress: z.ZodPipe<z.ZodString, z.ZodTransform<string, string>>; import { z } from 'zod'; //# sourceMappingURL=zAddress.d.ts.map