mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2025-08-01 21:50:38 +08:00
11 lines
178 B
JavaScript
11 lines
178 B
JavaScript
/**
|
|
* The function whose prototype chain sequence wrappers inherit from.
|
|
*
|
|
* @private
|
|
*/
|
|
function baseLodash() {
|
|
// No operation performed.
|
|
}
|
|
|
|
module.exports = baseLodash;
|