UNPKG

@samchon/openapi

Version:

OpenAPI definitions and converters for 'typia' and 'nestia'.

11 lines (10 loc) 365 B
import { LlmTypeCheckerV3_1 } from "./LlmTypeCheckerV3_1"; /** * Type checker for Llama type schema. * * `LlamaTypeChecker` is an alias for {@link LlmTypeCheckerV3_1} since Llama * supports the same schema structure as LLM Schema v3.1. * * @author Jeongho Nam - https://github.com/samchon */ export declare const LlamaTypeChecker: typeof LlmTypeCheckerV3_1;