CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
index.d.ts12 linesDownload Raw Back to restore-cursor
1/**2Gracefully restore the CLI cursor on exit.3 4@example5```6import restoreCursor from 'restore-cursor';7 8restoreCursor();9```10*/11export default function restoreCursor(): void;12 
basant307/AI_Governance_Project · CoolFace