UNPKG

@finos/perspective-viewer

Version:

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

3 lines (2 loc) 89 B
import type { Scalar } from "./Scalar"; export type FilterTerm = Array<Scalar> | Scalar;