@nevware21/tripwire - v0.1.2
    Preparing search index...

    Type Alias EvalFn

    EvalFn: <T>(actual: T, ...args: any[]) => boolean

    Identifies the signature of a function that expects the actual value and any additional arguments that are passed to the function. The function should return a boolean value indicating if the assertion passed or failed.

    Type declaration

      • <T>(actual: T, ...args: any[]): boolean
      • Type Parameters

        • T

        Parameters

        • actual: T
        • ...args: any[]

        Returns boolean