---
title: Expect
source: https://github.com/remix-run/remix/blob/main/packages/assert/src/lib/expect.ts#L195
---

# Expect

## Signature

```ts
interface Expect {
  (received: unknown): Expectation
}

```