UNPKG

210 BJavaScriptView Raw
1/**
2 * data transforms
3 *
4 * @packageDocumentation
5 */
6export * from './aggregate';
7export { parse, AGGREGATION, CONVERSION, FILL, } from './parse';
8export { autoTransform, autoSchema } from './autoTransform';