@langchain/core
Version:
Core LangChain.js abstractions and schemas
1 lines • 379 B
Source Map (JSON)
{"version":3,"file":"boolean.cjs","names":[],"sources":["../../../../src/utils/zod-to-json-schema/parsers/boolean.ts"],"sourcesContent":["export type JsonSchema7BooleanType = {\n type: \"boolean\";\n};\n\nexport function parseBooleanDef(): JsonSchema7BooleanType {\n return {\n type: \"boolean\",\n };\n}\n"],"mappings":";;AAIA,SAAgB,kBAA0C;AACxD,QAAO,EACL,MAAM,UACP;AACF"}