CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
find.js9 linesDownload Raw Back to hierarchy
1export default function(callback, that) {2  let index = -1;3  for (const node of this) {4    if (callback.call(that, node, ++index, this)) {5      return node;6    }7  }8}9 
basant307/AI_Governance_Project · CoolFace