n8n/packages/@n8n/json-schema-to-zod/src/index.ts

3 lines
89 B
TypeScript

export type * from './types';
export { jsonSchemaToZod } from './json-schema-to-zod.js';