# chain

Function • Like tee, but for method chaining: always returns this.


Arguments

name type description
function Function The method to call.

Returns

name type description
function Function The resulting method.