UNPKG

typia

Version:

Superfast runtime validators with only one line

3 lines (2 loc) 185 B
import { IJsonParseResult, ILlmSchema } from "@typia/interface"; export declare const _parseLlmArguments: <T>(input: string, parameters: ILlmSchema.IParameters) => IJsonParseResult<T>;