UNPKG

@thaumaturgy/zod

Version:

Thaumaturgy is a fixtures and seeding library for TypeScript.

3 lines (2 loc) 99 B
import { z } from 'zod'; export declare const extractEntityName: (Entity: z.ZodTypeAny) => string;