Skip to main content
Go to Latest
interface Interfaces.IFunctionExpressionVerifier
implements IVerifier
import { type Interfaces } from "https://deno.land/x/rhum@v2.1.0-rc.1/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.