UNPKG

zod-to-x

Version:

Multi language types generation from Zod schemas.

10 lines (9 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultOpts = void 0; exports.defaultOpts = { includeComments: true, indent: 4, useImports: true, outType: "interface", };