Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method FrugalInstance.prototype.clean
import { FrugalInstance } from "https://deno.land/x/frugal@0.2.1/packages/core/Frugal.ts";

Wipe the outputDir.

if justCache is set to true, the outputDir is left untouched, and only the cache directory is wiped

Parameters

optional
unnamed 0: { justCache?: boolean; } = [UNSUPPORTED]