UNPKG

zod-to-x

Version:

Multi language types generation from Zod schemas.

12 lines (11 loc) 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultOpts = void 0; exports.defaultOpts = { includeComments: true, indent: 4, useImports: true, namespace: "zodtocpp", outType: "struct", includeNulls: false, };