Skip to main content
Module

x/progressbar/progressbar.ts>InitOptions

a terminal progressbar for deno
Latest
interface InitOptions
import { type InitOptions } from "https://deno.land/x/progressbar@v0.2.0/progressbar.ts";

Properties

optional
width: number
optional
total: number
optional
style: StyleFn
optional
widgets: WidgetFn[]