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

    Interface InstanceOfFn<R>

    Represents a function that performs an instance of check.

    0.1.5

    Type Parameters

    • R

      The type of the result of the operation.

    • Asserts that the value is an instance of the specified constructor.

      Parameters

      • constructor: any

        The constructor to check against.

      • OptionalevalMsg: MsgSource

        The optional message source for evaluation.

      Returns R

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

      0.1.5