<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@contract-case/case-definition-dsl](./case-definition-dsl.md) &gt; [matchers](./case-definition-dsl.matchers.md) &gt; [modifiers](./case-definition-dsl.matchers.modifiers.md) &gt; [ShapedLike](./case-definition-dsl.matchers.modifiers.shapedlike.md) &gt; [(constructor)](./case-definition-dsl.matchers.modifiers.shapedlike._constructor_.md)

## matchers.modifiers.ShapedLike.(constructor)

Everything inside this matcher will be matched on the shape of the data (ie, type alone), unless overridden with other matchers. Use this to switch out of the default `exactlyLike` matching.

**Signature:**

```typescript
constructor(content: AnyMatcherOrData);
```

## Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead>
<tbody><tr><td>

content

</td><td>

AnyMatcherOrData

</td><td>

The object, array, primitive or matcher to match the shape against

</td></tr>
</tbody></table>
