????
Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/restore-cursor/ |
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/restore-cursor/index.js |
'use strict'; const onetime = require('onetime'); const signalExit = require('signal-exit'); module.exports = onetime(() => { signalExit(() => { process.stderr.write('\u001B[?25h'); }, {alwaysLast: true}); });