CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
unambiguous.d.ts8 linesDownload Raw Back to eslint-module-utils
1import type { AST } from 'eslint';2 3declare function isModule(ast: AST.Program): boolean;4 5declare function test(content: string): boolean;6 7export { isModule, test }8 
basant307/AI_Governance_Project · CoolFace