_.stubString

_.stubString()

This method returns an empty string.

Since

4.13.0

Returns

(string): Returns the empty string.

Example

_.times(2, _.stubString);
// => ['', '']
doc_Lodash
2016-11-27 16:40:46
Comments
Leave a Comment

Please login to continue.