UNPKG

electron-devtools-installer

Version:

An easy way to install Dev Tools extensions into Electron applications

4 lines (3 loc) 210 B
export declare const getPath: () => string; export declare const downloadFile: (from: string, to: string) => Promise<void>; export declare const changePermissions: (dir: string, mode: string | number) => void;