UNPKG

electron-winstaller

Version:

Module to generate Windows installers for Electron apps

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