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.
Parameters
Section titled “Parameters”tempRoot
Section titled “tempRoot”string
Absolute temporary directory path to remove.
Returns
Section titled “Returns”Promise<void>