typia
Version:
Superfast runtime validators with only one line
1 lines • 434 B
Source Map (JSON)
{"version":3,"file":"_coerceLlmArguments.mjs","names":[],"sources":["../../src/internal/_coerceLlmArguments.ts"],"sourcesContent":["import { ILlmSchema } from \"@typia/interface\";\nimport { LlmJson } from \"@typia/utils\";\n\nexport const _coerceLlmArguments = <T>(\n value: unknown,\n parameters: ILlmSchema.IParameters,\n): T => LlmJson.coerce(value, parameters);\n"],"mappings":";;AAGA,MAAa,uBACX,OACA,eACM,QAAQ,OAAO,OAAO,UAAU"}