From 1f9c56f042a2844223128044a16e0b0cd007eabb Mon Sep 17 00:00:00 2001 From: Quincy Qiu <39936160+qiuqfang@users.noreply.github.com> Date: Thu, 23 Mar 2023 16:58:45 +0800 Subject: [PATCH] refactor: remove unused export (#198) Co-authored-by: qiuqfang --- src/patch-repl.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/patch-repl.ts b/src/patch-repl.ts index c81dc026..fd6ac4e6 100644 --- a/src/patch-repl.ts +++ b/src/patch-repl.ts @@ -37,5 +37,3 @@ repl.start = function () { patchEval(nodeRepl); return nodeRepl; }; - -export {};