typia
Version:
Superfast runtime validators with only one line
5 lines (4 loc) • 309 B
TypeScript
import ts from "typescript";
import { Metadata } from "../../../schemas/metadata/Metadata";
import { MetadataFactory } from "../../MetadataFactory";
export declare const iterate_metadata_constant: (checker: ts.TypeChecker) => (options: MetadataFactory.IOptions) => (meta: Metadata, type: ts.Type) => boolean;