Seq
Chain

_.chain(value)

Creates a lodash wrapper instance that wraps value with explicit method chain sequences enabled. The result of such sequences must be unwrapped with _#value.

Arguments

value (*): The value to wrap.

Returns

(Object): Returns the new lodash wrapper instance.

Example