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

std/cli/mod.ts>Spinner

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
class Spinner
import { Spinner } from "https://deno.land/std@0.215.0/cli/mod.ts";

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

Constructors

new
Spinner(unnamed 0?: SpinnerOptions)

Creates a new spinner.

Properties

color: Color | undefined
message: string

Methods

Starts the spinner.

Stops the spinner.