Files

5 lines
90 B
TypeScript

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