forked from defunkt/ReefVM
Update index.ts
This commit is contained in:
parent
b7cc0fc064
commit
cabdc15253
|
|
@ -7,6 +7,6 @@ export async function run(bytecode: Bytecode): Promise<Value> {
|
|||
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"
|
||||
Loading…
Reference in New Issue
Block a user