Variable SETConst

SET: typeof SET = ...

Used to set existing properties on the wrapped object and return the same object.

Example

With(obj).set({knownA:1, knownB:2}).method1().method2('...')()  // final call unwraps the object.