UNPKG

@matatbread/typia

Version:

Superfast runtime validators with only one line

6 lines (5 loc) 220 B
import { Metadata } from "../../schemas/metadata/Metadata"; export declare namespace StringifyPredicator { const require_escape: (value: string) => boolean; const undefindable: (metadata: Metadata) => boolean; }