_.stubString

_.stubString()

source npm package

This method returns an empty string.

Since

4.13.0

Returns

(string): Returns the empty string.

Example

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