UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

7 lines 207 B
export const hexRegex: RegExp; /** * Zod validator for a valid hex string */ export const zHex: z.ZodEffects<z.ZodString, `0x${string}`, string>; import { z } from 'zod'; //# sourceMappingURL=zHex.d.ts.map