Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
schema: function() {
return vgSchema || (vgSchema = vg.schema({
url: 'http://vega.github.io/vega/vega-schema.json'
}));
}
};
module.exports = function() {
return _schema || (_schema = vg.schema({
url: 'http://vega.github.io/vega/vega-schema.json'
}));
};
module.exports = function() {
return vgSchema || (vgSchema = vg.schema({
url: 'http://vega.github.io/vega/vega-schema.json'
}));
};