From 726b81b19251674e149ccfbb1abacbd837fc6db0 Mon Sep 17 00:00:00 2001 From: LinuxWizard42 Date: Wed, 12 Oct 2022 23:08:57 +0300 Subject: Removed files that should not have been included in git --- node_modules/@electron/get/dist/esm/index.d.ts | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 node_modules/@electron/get/dist/esm/index.d.ts (limited to 'node_modules/@electron/get/dist/esm/index.d.ts') diff --git a/node_modules/@electron/get/dist/esm/index.d.ts b/node_modules/@electron/get/dist/esm/index.d.ts deleted file mode 100644 index 93e709e..0000000 --- a/node_modules/@electron/get/dist/esm/index.d.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { ElectronDownloadRequestOptions, ElectronPlatformArtifactDetailsWithDefaults } from './types'; -export { getHostArch } from './utils'; -export { initializeProxy } from './proxy'; -export * from './types'; -/** - * Downloads an artifact from an Electron release and returns an absolute path - * to the downloaded file. - * - * @param artifactDetails - The information required to download the artifact - */ -export declare function downloadArtifact(_artifactDetails: ElectronPlatformArtifactDetailsWithDefaults): Promise; -/** - * Downloads a specific version of Electron and returns an absolute path to a - * ZIP file. - * - * @param version - The version of Electron you want to download - */ -export declare function download(version: string, options?: ElectronDownloadRequestOptions): Promise; -- cgit v1.2.3-86-g962b