UNPKG

reviewed

Version:

Ergonomic, extensible and lightweight validators.

4 lines (3 loc) 102 B
export type JSON = Partial<{ [key: string]: JSON; }> | JSON[] | string | number | boolean | null;