1
0
mirror of https://gitea.com/actions/setup-python.git synced 2025-05-02 05:46:46 +08:00

11 lines
178 B
JavaScript
Raw Normal View History

2019-06-26 21:12:00 -04:00
/**
* The function whose prototype chain sequence wrappers inherit from.
*
* @private
*/
function baseLodash() {
// No operation performed.
}
module.exports = baseLodash;