com-tools
Version:
com-tools 提供了一些通用的工具函数;
55 lines (26 loc) • 621 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [com-tools](./com-tools.md) > [isGroupTree](./com-tools.isgrouptree.md)
## isGroupTree() function
判断 目标是否不是 GroupTree
**Signature:**
```typescript
export declare function isGroupTree(target?: any): any;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
target
</td><td>
any
</td><td>
_(Optional)_
</td></tr>
</tbody></table>
**Returns:**
any