UNPKG

iking-utils

Version:

金合前端工具库

3 lines (2 loc) 142 B
import { TreeHelperConfig } from '../types'; export declare function treeToList<T = any>(tree: any, config?: Partial<TreeHelperConfig>): T;