UNPKG

compassql

Version:

CompassQL visualization query language

8 lines 326 B
import * as encoding from './encoding'; import * as groupBy from './groupby'; import * as shorthand from './shorthand'; import * as spec from './spec'; import * as transform from './transform'; export { normalize } from './normalize'; export { encoding, groupBy, shorthand, spec, transform }; //# sourceMappingURL=index.js.map