Skip to content

cleanupStaleTempRoots

cleanupStaleTempRoots(options?): Promise<string[]>

Defined in: wp-typia-project-tools/src/runtime/temp-roots.ts:83

Remove stale wp-typia-* temp directories from the target temp root.

TempRootOptions = {}

Optional temp directory, age threshold, and clock override.

Promise<string[]>

Absolute temp-root paths removed during the cleanup pass.