stubString

Util
since 4.13.0

Returns

string the empty string.

This method returns an empty string.

Example of Lodash _.stubString

_.times(2, _.stubString);
// => ['', '']