Files
enviPy-bayer/static/js/ketcher2/node_modules/restore-cursor/index.js
2025-06-23 20:13:54 +02:00

10 lines
197 B
JavaScript

'use strict';
var onetime = require('onetime');
var exitHook = require('exit-hook');
module.exports = onetime(function () {
exitHook(function () {
process.stdout.write('\u001b[?25h');
});
});