UNPKG

@visactor/vdataset

Version:

data processing tool

7 lines (6 loc) 175 B
import type { Parser } from '.'; export interface ITreeParserOptions { children?: (data: any) => any[]; pureData?: boolean; } export declare const treeParser: Parser;