Skip to content

Commit a3ae8dc

Browse files
committed
Make print async
1 parent e77e765 commit a3ae8dc

File tree

6 files changed

+5299
-293
lines changed

6 files changed

+5299
-293
lines changed

lib/js-interpreter/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export { Interpreter as JSInterpreter } from "./interpreter";
2+
import { Interpreter } from "./interpreter";
3+
export type State = ThisParameterType<typeof Interpreter.State>;

0 commit comments

Comments
 (0)