## Summary - Replace the now-deprecated [**`.toMatchTypeOf()`**](https://github.com/mmkal/expect-type/blob/48743118a1da38f84269f9f6970c6861614092e0/src/index.ts#L188C3-L256C4) in the type tests with [**`.toMatchObjectType()`**](https://github.com/mmkal/expect-type/blob/48743118a1da38f84269f9f6970c6861614092e0/src/index.ts#L55C3-L84C12) and [**`.toExtend()`**](https://github.com/mmkal/expect-type/blob/48743118a1da38f84269f9f6970c6861614092e0/src/index.ts#L86C3-L104C12).
Summary
.toMatchTypeOf()in the type tests with.toMatchObjectType()and.toExtend().