UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

4 lines (3 loc) 194 B
import type { Pail } from "@visulima/pail"; declare const removeOldCacheFolders: (cachePath: string | undefined, logger: Pail, logged: boolean) => Promise<void>; export = removeOldCacheFolders;