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

    Interface AssertFn<R>

    Represents a function that performs an assertion operation.

    Type Parameters

    • R

      The type returned by the function.

    • Asserts that the current context value (actual) is acceptable based on the implementation of the function based on this signature.

      Parameters

      • OptionalevalMsg: MsgSource

        The message source for evaluation.

      Returns R

      The type R that is returned by the function.