Skip to main content
Module

std/cli/spinner.ts

The Deno Standard Library
Latest
import * as mod from "https://deno.land/std@0.224.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 SpinnerOptions.color.