aboutsummaryrefslogtreecommitdiff
path: root/node_modules/nexe/lib/steps/download.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/nexe/lib/steps/download.d.ts')
-rw-r--r--node_modules/nexe/lib/steps/download.d.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/nexe/lib/steps/download.d.ts b/node_modules/nexe/lib/steps/download.d.ts
new file mode 100644
index 0000000..50c81ed
--- /dev/null
+++ b/node_modules/nexe/lib/steps/download.d.ts
@@ -0,0 +1,7 @@
+import { NexeCompiler } from '../compiler';
+/**
+ * Downloads the node source to the configured temporary directory
+ * @param {*} compiler
+ * @param {*} next
+ */
+export default function downloadNode(compiler: NexeCompiler, next: () => Promise<void>): Promise<void>;