import { type ProgressOptions } from "https://deno.land/x/dax@0.31.1/src/console/progress/mod.ts";
Options for showing progress.
Properties
Optional length if known.
If this is undefined then the progress will be indeterminate.
x/dax/src/console/progress/mod.ts>ProgressOptions
import { type ProgressOptions } from "https://deno.land/x/dax@0.31.1/src/console/progress/mod.ts";
Options for showing progress.
Optional length if known.
If this is undefined then the progress will be indeterminate.