mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-04-15 10:27:26 +02: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;
|