agsamantha/node_modules/openai/_vendor/zod-to-json-schema/util.d.ts

4 lines
241 B
TypeScript
Raw Normal View History

2024-10-02 15:15:21 -05:00
import type { ZodSchema, ZodTypeDef } from 'zod';
export declare const zodDef: (zodSchema: ZodSchema | ZodTypeDef) => ZodTypeDef;
export declare function isEmptyObj(obj: Object | null | undefined): boolean;
//# sourceMappingURL=util.d.ts.map