DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
215 Bytes
'use strict';
const onetime = require('onetime');
const signalExit = require('signal-exit');
module.exports = onetime(() => {
signalExit(() => {
process.stderr.write('\u001B[?25h');
}, {alwaysLast: true});
});