Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface IFunctionExpressionVerifier
implements IVerifier
import { type IFunctionExpressionVerifier } from "https://deno.land/x/rhum@v2.1.0-rc.1/src/interfaces.ts";

Interface of verifier that verifies function expression calls.

Properties

args: unknown[]

The args used when called.

calls: number

The number of calls made.