Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/progress/mod.ts>default#end

ProgressBar in terminal for deno
Latest
method default.prototype.end
import { default } from "https://deno.land/x/progress@v1.5.1/mod.ts";

end: end a progress bar. No need to call in most cases, unless you want to end before 100%

Returns

Promise<void>