@cearth/tools
Version:
CEarth 的 工具库
26 lines (14 loc) • 616 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@cearth/tools](./tools.md) > [isPositionListPrimitive](./tools.ispositionlistprimitive.md)
## isPositionListPrimitive() function
PositionListPrimitive 类型守卫
<b>Signature:</b>
```typescript
export declare function isPositionListPrimitive(target: any): target is PositionListPrimitive;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| target | any | |
<b>Returns:</b>
target is [PositionListPrimitive](./tools.positionlistprimitive.md)