_.stubString

_.stubString()

This method returns an empty string.

Since

4.13.0

Returns

(string): Returns the empty string.

Example

1
2
_.times(2, _.stubString);
// => ['', '']
doc_Lodash
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.