UNPKG

@backland/schema

Version:

TypeScript schema declaration and validation library with static type inference

7 lines (6 loc) 250 B
import { FieldType, FieldTypeParser } from './FieldType'; export declare class UndefinedField extends FieldType<undefined, 'undefined', undefined> { parse: FieldTypeParser<undefined>; constructor(); static create: () => UndefinedField; }