Remix
Remix
remix/assert · FunctionView Source

Expect

Signature

interface Expect {
  (received: unknown): Expectation;
}