UNPKG

schema-finder

Version:

A simple React component for viewing and exploring a JSONSchema

2 lines (1 loc) 49 B
export type R<V, E = Error> = [val: V, err?: E];