mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-21 21:44:46 +00:00
.
This commit is contained in:
parent
a004f0ae58
commit
fc725ba36b
7280 changed files with 19 additions and 1796407 deletions
18
node_modules/lodash/stubString.js
generated
vendored
18
node_modules/lodash/stubString.js
generated
vendored
|
@ -1,18 +0,0 @@
|
|||
/**
|
||||
* 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 '';
|
||||
}
|
||||
|
||||
module.exports = stubString;
|
Loading…
Add table
Add a link
Reference in a new issue