UNPKG

typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 242 B
import { Metadata } from "../../schemas/metadata/Metadata"; export declare namespace HttpMetadataUtil { const atomics: (meta: Metadata) => Set<"boolean" | "bigint" | "number" | "string">; const isUnion: (meta: Metadata) => boolean; }