class Spinnerimport { Spinner } from "https://dotland.deno.dev/std@0.223.0/cli/mod.ts"; A spinner that can be used to indicate that something is loading. ConstructorsnewSpinner(unnamed 0?: SpinnerOptions)Creates a new spinner. Propertiescolor: Color | undefinedSet the color of the spinner. This defaults to the default terminal color. This can be changed while the spinner is active. message: stringThe message to display next to the spinner. Methodsstart()Starts the spinner. stop()Stops the spinner.