UNPKG

@visactor/vdataset

Version:

data processing tool

7 lines (6 loc) 178 B
import type { IFields } from '../data-view'; import type { Transform } from '.'; export interface IFieldsOptions { fields: IFields; } export declare const fields: Transform;