mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
Remove references to _.
This commit is contained in:
@@ -2,13 +2,12 @@
|
||||
* This method returns an empty string.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @since 4.13.0
|
||||
* @category Util
|
||||
* @returns {string} Returns the empty string.
|
||||
* @example
|
||||
*
|
||||
* _.times(2, _.stubString);
|
||||
* times(2, stubString);
|
||||
* // => ['', '']
|
||||
*/
|
||||
function stubString() {
|
||||
|
||||
Reference in New Issue
Block a user