UNPKG

@finos/perspective-viewer

Version:

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

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