mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-08 02:19:13 +08:00
10 lines
178 B
Text
10 lines
178 B
Text
/**
|
|
* The function whose prototype chain sequence wrappers inherit from.
|
|
*
|
|
* @private
|
|
*/
|
|
function baseLodash() {
|
|
// No operation performed.
|
|
}
|
|
|
|
module.exports = baseLodash;
|