Seq
Plant

_.prototype.plant(value)

Creates a clone of the chain sequence planting value as the wrapped value.

Arguments

value (*): The value to plant.

Returns

(Object): Returns the new lodash wrapper instance.

Example