UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

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