We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77e765 commit a3ae8dcCopy full SHA for a3ae8dc
6 files changed
lib/js-interpreter/index.ts
@@ -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