UNPKG

@finos/perspective-viewer

Version:

The `<perspective-viewer>` Custom Element, frontend for Perspective.js

4 lines (3 loc) 116 B
export type JsonValue = number | string | boolean | Array<JsonValue> | { [key in string]?: JsonValue; } | null;