Skip to main content
Latest
interface Interfaces.IFunctionExpressionVerifier
implements IVerifier
import { type Interfaces } from "https://deno.land/x/rhum@v2.2.0/mod.ts";
const { IFunctionExpressionVerifier } = Interfaces;

Interface of verifier that verifies function expression calls.

Properties

args: unknown[]

The args used when called.

calls: number

The number of calls made.