Module

std/cli/spinner.ts

Deno standard library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.221.0/cli/spinner.ts";

Classes

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

Type Aliases

This is a hack to allow us to use the same type for both the color name and an ANSI escape code.

Color options for {@link SpinnerOptions.color}.