UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 365 B
import ts from "typescript"; import { Metadata } from "../../schemas/metadata/Metadata"; import { IProject } from "../../transformers/IProject"; import { FunctionImporter } from "../helpers/FunctionImporter"; export declare const check_dynamic_key: (project: IProject) => (importer: FunctionImporter) => (input: ts.Expression, metadata: Metadata) => ts.Expression;