CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
cjs.mjs5 linesDownload Raw Back to src
1// an entrypoint to use the raw source in cjs projects2// e.g. require('cytoscape/src/cjs') or setting an alias in your build tool of 'cytoscape':'cytoscape/src/cjs'3 4module.exports = require('./index.js').default;5 
basant307/AI_Governance_Project · CoolFace