UNPKG

zod-to-x

Version:

Multi language types generation from Zod schemas.

10 lines (9 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultOpts = void 0; exports.defaultOpts = { includeComments: true, indent: 4, useCamelCase: false, useImports: false, // Not required for protobuf files };