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