NeahNew/node_modules/electron-winstaller/lib/temp-utils.d.ts
2025-05-06 22:43:27 +02:00

4 lines
152 B
TypeScript

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