UNPKG

zod-to-fields

Version:

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

2 lines (1 loc) 78 B
export declare const ObjectKeys: <Obj extends {}>(obj: Obj) => (keyof Obj)[];