Files
homewebsite/node_modules/astro/dist/zod.d.ts
2025-10-17 20:17:33 +00:00

5 lines
90 B
TypeScript

import * as mod from 'zod';
export * from 'zod';
export { mod as z };
export default mod;