CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
readPkgUp.d.ts6 linesDownload Raw Back to eslint-module-utils
1import pkgUp from './pkgUp';2 3declare function readPkgUp(opts?: Parameters<typeof pkgUp>[0]): {} | { pkg: string, path: string };4 5export default readPkgUp;6 
basant307/AI_Governance_Project · CoolFace