UNPKG

cli-zenhan

Version:

CLI上で全角英数字を半角英数字に一括置換してくれる機能です。

10 lines (8 loc) 158 B
import ora from "ora"; export default function spinner() { return ora({ text: "解析中...", color: "white", isEnabled: true, }).start(); }