UNPKG

@matatbread/typia

Version:

Superfast runtime validators with only one line

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