UNPKG

reviewed

Version:

Ergonomic, extensible and lightweight validators.

4 lines (3 loc) 96 B
export type IJSON = string | number | boolean | null | { [key: string]: IJSON; } | IJSON[];