UNPKG

@advidi-network/zod-to-reactive-form

Version:
3 lines (2 loc) 103 B
import { z } from 'zod'; export type UnwrapLazyType<T> = T extends z.ZodLazy<infer TLazy> ? TLazy : T;