Skip to main content
Module

std/cli/spinner.ts>Spinner

Deno standard library
Go to Latest
class Spinner
import { Spinner } from "https://deno.land/std@0.211.0/cli/spinner.ts";

A spinner that can be used to indicate that something is loading.

Constructors

new
Spinner(options?: SpinnerOptions)

Creates a new spinner.

Properties

message: string

Methods

Starts the spinner.

Stops the spinner.