Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dxx/src/lib/xWait/$mod.ts>Spinner

🚀 (Deno) enhanced executor
Latest
class Spinner
import { Spinner } from "https://deno.land/x/dxx@rf/src/lib/xWait/$mod.ts";

Constructors

new
Spinner(opts: Required<SpinnerOptions>)

Properties

color: string | ColorFunction
indent: number
interval: number
isSpinning: boolean
prefix: string
spinner: string | SpinnerAnimation
symbols: Symbols
text: string

Methods

private
write(data: string)
clear(): void
fail(text?: string)
frame(): string
info(text?: string)
render(): void
succeed(text?: string)
updateLines(): void
warn(text?: string)