UNPKG

zod-to-x

Version:

Multi language types generation from Zod schemas.

13 lines (12 loc) 294 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, keepKeys: false, };