mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 02:17:48 +00:00
Add npm-package
This commit is contained in:
10
npm-package/_baseLodash.js
Normal file
10
npm-package/_baseLodash.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* The function whose prototype chain sequence wrappers inherit from.
|
||||
*
|
||||
* @private
|
||||
*/
|
||||
function baseLodash() {
|
||||
// No operation performed.
|
||||
}
|
||||
|
||||
module.exports = baseLodash;
|
||||
Reference in New Issue
Block a user