UNPKG

116 BJavaScriptView Raw
1module.exports = async () => {
2 try {
3 const {ux} = require('cli-ux')
4 await ux.flush()
5 } catch (err) {}
6}