UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

3 lines (2 loc) 175 B
import type { TreeLeaf, TreeParent } from "../async-tree/+types.async-tree.js"; export declare function getNodeDepth(node: TreeParent<any, any> | TreeLeaf<any, any>): number;