mirror of
https://github.com/actions/setup-python.git
synced 2025-12-24 17:27:09 +00:00
Clean up node_modules
This commit is contained in:
parent
b581dd4017
commit
145e800d1f
7184 changed files with 11271 additions and 1877650 deletions
14
node_modules/lodash/_baseProperty.js
generated
vendored
14
node_modules/lodash/_baseProperty.js
generated
vendored
|
|
@ -1,14 +0,0 @@
|
|||
/**
|
||||
* The base implementation of `_.property` without support for deep paths.
|
||||
*
|
||||
* @private
|
||||
* @param {string} key The key of the property to get.
|
||||
* @returns {Function} Returns the new accessor function.
|
||||
*/
|
||||
function baseProperty(key) {
|
||||
return function(object) {
|
||||
return object == null ? undefined : object[key];
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = baseProperty;
|
||||
Loading…
Add table
Add a link
Reference in a new issue