diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index 2db5f07..11eaef0 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/src/shims/readlineShim.js b/src/shims/readlineShim.js index efbd803..162b1fd 100644 --- a/src/shims/readlineShim.js +++ b/src/shims/readlineShim.js @@ -58,6 +58,8 @@ class Interface { } function createInterface(options) { + console.log("bruh") + return new Interface(options) } @@ -81,7 +83,7 @@ function emitKeypressEvents(stream, rlinterface) { // empty function since the KeypressEvent is already enabled } -module.exports = { +export { Interface, createInterface, clearLine,