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