Type alias IExpression<T>

IExpression<T>: ((instance) => void | any | It<T>)

Type Parameters

  • T

Type declaration

    • (instance): void | any | It<T>
    • A function that accepts a Proxy and either plays expected interaction or returns a predicate function. See setup function and It class for more details.

      Parameters

      • instance: T

      Returns void | any | It<T>

Generated using TypeDoc