UNPKG

zod-to-fields

Version:

Turn your Zod schemas into configurable field arrays for easy integration with HTML, React, Vue, and more.

8 lines 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ObjectKeys = void 0; const ObjectKeys = (obj) => { return Object.keys(obj); }; exports.ObjectKeys = ObjectKeys; //# sourceMappingURL=typeHelpers.js.map