From cabdc1525325b79ec9b2699909539c2ec735042e Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Thu, 16 Oct 2025 10:25:53 -0700 Subject: [PATCH] Update index.ts --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 51fe917..b2606cd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,6 +7,6 @@ export async function run(bytecode: Bytecode): Promise { return await vm.run() } -export { type Bytecode, toBytecode } from "./bytecode" +export { type Bytecode, toBytecode, type ProgramItem } from "./bytecode" export { type Value, toValue, toString, toNumber, fromValue, toNull, wrapNative } from "./value" export { VM } from "./vm" \ No newline at end of file