flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
18
VISUALIZACION/node_modules/lodash-es/stubString.js
generated
vendored
Executable file
18
VISUALIZACION/node_modules/lodash-es/stubString.js
generated
vendored
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
/**
|
||||
* This method returns an empty string.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @since 4.13.0
|
||||
* @category Util
|
||||
* @returns {string} Returns the empty string.
|
||||
* @example
|
||||
*
|
||||
* _.times(2, _.stubString);
|
||||
* // => ['', '']
|
||||
*/
|
||||
function stubString() {
|
||||
return '';
|
||||
}
|
||||
|
||||
export default stubString;
|
||||
Loading…
Add table
Add a link
Reference in a new issue