UNPKG

@finos/perspective-viewer

Version:

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

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