typia
Version:
Superfast runtime validators with only one line
6 lines (5 loc) • 485 B
TypeScript
import ts from "typescript";
import { Metadata } from "../../../schemas/metadata/Metadata";
import { MetadataCollection } from "../../MetadataCollection";
import { MetadataFactory } from "../../MetadataFactory";
export declare const iterate_metadata_function: (checker: ts.TypeChecker) => (options: MetadataFactory.IOptions) => (collection: MetadataCollection) => (errors: MetadataFactory.IError[]) => (metadata: Metadata, type: ts.Type, explore: MetadataFactory.IExplore) => boolean;