@langchain/core
Version:
Core LangChain.js abstractions and schemas
1 lines • 560 B
Source Map (JSON)
{"version":3,"file":"undefined.cjs","names":["refs: Refs","parseAnyDef"],"sources":["../../../../src/utils/zod-to-json-schema/parsers/undefined.ts"],"sourcesContent":["import { Refs } from \"../Refs.js\";\nimport { JsonSchema7AnyType, parseAnyDef } from \"./any.js\";\n\nexport type JsonSchema7UndefinedType = {\n not: JsonSchema7AnyType;\n};\n\nexport function parseUndefinedDef(refs: Refs): JsonSchema7UndefinedType {\n return {\n not: parseAnyDef(refs),\n };\n}\n"],"mappings":";;;AAOA,SAAgB,kBAAkBA,MAAsC;AACtE,QAAO,EACL,KAAKC,wBAAY,KAAK,CACvB;AACF"}