UNPKG

@sontrx/typia

Version:

Superfast runtime validators with only one line

7 lines (6 loc) 206 B
import ts from "typescript"; import { Metadata } from "../../../schemas/metadata/Metadata"; export declare const iterate_metadata_atomic: (props: { metadata: Metadata; type: ts.Type; }) => boolean;