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 {};