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();