UNPKG

@cearth/tools

Version:
53 lines (25 loc) 691 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 类型守卫 **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)