UNPKG

@cearth/tools

Version:
26 lines (14 loc) 568 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@cearth/tools](./tools.md) &gt; [isPrimitiveObject](./tools.isprimitiveobject.md) ## isPrimitiveObject() function PrimitiveObject 类型守卫 <b>Signature:</b> ```typescript export declare function isPrimitiveObject(target: any): target is PrimitiveObject; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | target | any | | <b>Returns:</b> target is [PrimitiveObject](./tools.primitiveobject.md)