UNPKG

@visactor/vdataset

Version:

data processing tool

6 lines (5 loc) 168 B
import type { Transform } from '.'; export interface IMapOptions { callback?: (item: any, index: number, arr: any[]) => any; } export declare const map: Transform;