CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
visit.d.ts10 linesDownload Raw Back to eslint-module-utils
1import type { Node } from 'estree';2 3declare function visit(4    node: Node,5    keys: { [k in Node['type']]?: (keyof Node)[] },6    visitorSpec: { [k in Node['type'] | `${Node['type']}:Exit`]?: Function }7): void;8 9export default visit;10 
basant307/AI_Governance_Project · CoolFace