CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
_getHolder.js14 linesDownload Raw Back to lodash
1/**2 * Gets the argument placeholder value for `func`.3 *4 * @private5 * @param {Function} func The function to inspect.6 * @returns {*} Returns the placeholder value.7 */8function getHolder(func) {9  var object = func;10  return object.placeholder;11}12 13module.exports = getHolder;14 
basant307/AI_Governance_Project · CoolFace