(directory: string)
| 39 | } |
| 40 | |
| 41 | export async function removeSecureTempDirectory(directory: string): Promise<void> { |
| 42 | await fs.rm(directory, { force: true, recursive: true }); |
| 43 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…