UNPKG

transfr

Version:

A Node CLI to upload files with https://transfer.sh/

12 lines (9 loc) 187 B
const ora = require('ora'); const { arc } = require('cli-spinners'); module.exports = (text) => { const spinner = ora({ text, spinner: arc, }); return spinner.start(); };