UNPKG

from-schema

Version:

Infer TypeScript types from JSON schemas

6 lines (5 loc) 106 B
export type ProtoValidator = { validate: string; validateOrThrow: string; isValid: string; };