4 lines
152 B
TypeScript
Raw Normal View History

2025-06-30 09:38:03 +08:00
import * as temp from 'temp';
declare const createTempDir: (arg1: string | temp.AffixOptions | undefined) => Promise<string>;
export { createTempDir };