mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-22 05:54:45 +00:00
.
This commit is contained in:
parent
a004f0ae58
commit
fc725ba36b
7280 changed files with 19 additions and 1796407 deletions
16
node_modules/has-value/index.js
generated
vendored
16
node_modules/has-value/index.js
generated
vendored
|
@ -1,16 +0,0 @@
|
|||
/*!
|
||||
* has-value <https://github.com/jonschlinkert/has-value>
|
||||
*
|
||||
* Copyright (c) 2014-2017, Jon Schlinkert.
|
||||
* Licensed under the MIT License.
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
var isObject = require('isobject');
|
||||
var hasValues = require('has-values');
|
||||
var get = require('get-value');
|
||||
|
||||
module.exports = function(val, prop) {
|
||||
return hasValues(isObject(val) && prop ? get(val, prop) : val);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue