drill-down.d.ts 97 B

1234
  1. /**
  2. * 判断是否为父节点
  3. */
  4. export declare function isParentNode(context: any): boolean;