UNPKG

vega-lite-api

Version:
6 lines (5 loc) 151 B
import {} from './__util__.js'; import {mark} from './mark.js'; export function markGeoshape(...args) { return mark({"type":"geoshape"}, ...args); }