Skip to main content
Module

std/cli/mod.ts>Spinner

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

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

Constructors

new
Spinner(options?: SpinnerOptions)

Creates a new spinner.

Methods

Starts the spinner.

Stops the spinner.