@cearth/tools
Version:
CEarth 的 工具库
53 lines (25 loc) • 691 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@cearth/tools](./tools.md) > [isPrimitiveObject](./tools.isprimitiveobject.md)
## isPrimitiveObject() function
PrimitiveObject 类型守卫
**Signature:**
```typescript
export declare function isPrimitiveObject(target: any): target is PrimitiveObject;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
target
</td><td>
any
</td><td>
</td></tr>
</tbody></table>
**Returns:**
target is [PrimitiveObject](./tools.primitiveobject.md)