UNPKG

vega-parser

Version:

Parse Vega specifications to runtime dataflows.

6 lines (5 loc) 142 B
export default function(spec, scope) { return spec && spec.signal ? scope.signalRef(spec.signal) : spec === false ? false : true; }