From 2548a499f881892fb1aa9ac371c96e3cae3a0662 Mon Sep 17 00:00:00 2001 From: Ashley Zomo Date: Wed, 10 Nov 2021 00:13:10 -0600 Subject: [PATCH] functional --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 3af6776..1060f23 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,8 +14,6 @@ const rl = readline.createInterface({ output: process.stdout }); -const Prompt = (string: string): Promise => new Promise(resolve => rl.question('What do you think of Node.js? ', resolve)); - function exitNicely() { client.destroy(); rl.close();