CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
declaredScope.d.ts11 linesDownload Raw Back to eslint-module-utils
1import { Rule, Scope } from 'eslint';2import * as ESTree from 'estree';3 4declare function declaredScope(5    context: Rule.RuleContext,6    name: string,7    node?: ESTree.Node,8): Scope.Scope['type'] | undefined;9 10export default declaredScope;11 
basant307/AI_Governance_Project · CoolFace