Preview: index.js
Size: 263 B
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/restore-cursor/index.js
import process from 'node:process';
import onetime from 'onetime';
import signalExit from 'signal-exit';
const restoreCursor = onetime(() => {
signalExit(() => {
process.stderr.write('\u001B[?25h');
}, {alwaysLast: true});
});
export default restoreCursor;
Directory Contents
Dirs: 1 × Files: 5