UNPKG

morbo-cli

Version:

… All tech debt is vermin in the eyes of Morbo!

11 lines (10 loc) 298 B
export default class MorboSpinner { constructor(); spinner: import("ora").Ora; morboSayings: string[]; morboSayingInterval: number; start: () => void; succeed: (fileName: string) => void; updateText: (text: string) => null; updateMorboSpinner: () => false | null; }