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.
Parameters
Section titled “Parameters”options?
Section titled “options?”TempRootOptions = {}
Optional temp directory, age threshold, and clock override.
Returns
Section titled “Returns”Promise<string[]>
Absolute temp-root paths removed during the cleanup pass.