UNPKG

vega-typings

Version:
5 lines (4 loc) 70 B
export type Expr = string; export interface ExprRef { expr: Expr; }