UNPKG

@nestia/core

Version:

Super-fast validation decorators of NestJS

6 lines (5 loc) 240 B
import { MetadataSchema } from "@typia/core"; export declare namespace CoreMetadataUtil { const atomics: (meta: MetadataSchema) => Set<"boolean" | "bigint" | "number" | "string">; const isUnion: (meta: MetadataSchema) => boolean; }