2025-06-30 09:38:03 +08:00

4 lines
152 B
TypeScript

import * as temp from 'temp';
declare const createTempDir: (arg1: string | temp.AffixOptions | undefined) => Promise<string>;
export { createTempDir };