UNPKG

@visactor/vdataset

Version:

data processing tool

6 lines (5 loc) 151 B
import type { Transform } from '.'; export interface IFilterOptions { callback?: (item: any) => boolean; } export declare const filter: Transform;