diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/lodash/_getHolder.js')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/lodash/_getHolder.js | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/lodash/_getHolder.js b/sandbox/testAppNevena/Front/node_modules/lodash/_getHolder.js deleted file mode 100644 index 65e94b5c..00000000 --- a/sandbox/testAppNevena/Front/node_modules/lodash/_getHolder.js +++ /dev/null @@ -1,13 +0,0 @@ -/** - * Gets the argument placeholder value for `func`. - * - * @private - * @param {Function} func The function to inspect. - * @returns {*} Returns the placeholder value. - */ -function getHolder(func) { - var object = func; - return object.placeholder; -} - -module.exports = getHolder; |