Skip to content

cleanupManagedTempRoot

cleanupManagedTempRoot(tempRoot): Promise<void>

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

Remove a managed temp root and stop tracking it for process-level cleanup.

string

Absolute temporary directory path to remove.

Promise<void>