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

    Interface KeysFn<R>

    Represents an operation that retrieves the keys of an object or an array.

    Type Parameters

    • R

      The type of the result of the operation.

    Hierarchy (View Summary)

    • Asserts that the current value has the given keys.

      Parameters

      • ...keys: string[]

        The keys to retrieve.

      Returns R

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

    • Asserts that the current value has the given keys.

      Parameters

      • keys: Object | readonly any[]

        A single array of keys or an object containing the expected keys to assert.

      • OptionalevalMsg: MsgSource

        The optional evaluation message.

      Returns R

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