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

    Interface ValuesFn<R>

    Represents a function that asserts that the values exist in the current context value.

    0.1.2

    Type Parameters

    • R

      The type of the result of the operation.

    Hierarchy (View Summary)

    • Asserts that the current context value has the given value(s).

      Parameters

      • ...values: string[]

        The values to check if they are present within the context value.

      Returns R

      The result of the operation, which will generally be the existing IAssertScope#that object.

      0.1.2

    • Asserts that the current context value has the given value(s).

      Type Parameters

      • T = any

      Parameters

      • values: Object | ArrayLike<T> | Iterator<T, any, undefined> | Iterable<T>

        An array, iterator or iterable of values to check if they are present within the context value.

      • OptionalevalMsg: MsgSource

        The optional evaluation message.

      Returns R

      The result of the operation, which will generally be the existing IAssertScope.that object.

      0.1.2