<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [isSimpleFacet](./x-types.issimplefacet.md)

## isSimpleFacet() function

Type guard to check if a facet is an [SimpleFacet](./x-types.simplefacet.md)<!-- -->.

**Signature:**

```typescript
export declare function isSimpleFacet(facet: Facet): facet is SimpleFacet;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  facet | [Facet](./x-types.facet.md) | The facet to check. |

**Returns:**

facet is [SimpleFacet](./x-types.simplefacet.md)

True if the facet is a [SimpleFacet](./x-types.simplefacet.md)<!-- -->, false otherwise.

