even more

This commit is contained in:
Chris Wanstrath 2025-10-25 20:34:30 -07:00
parent eb128ec831
commit d359d6e27d

View File

@ -9,7 +9,7 @@ export async function run(bytecode: Bytecode, functions?: Record<string, TypeScr
export { type Bytecode, toBytecode, type ProgramItem } from "./bytecode"
export { bytecodeToString } from "./format"
export { wrapNative, type ParamInfo, extractParamInfo } from "./function"
export { wrapNative, isWrapped, type ParamInfo, extractParamInfo, getOriginalFunction } from "./function"
export { OpCode } from "./opcode"
export { Scope } from "./scope"
export type { Value, TypeScriptFunction, NativeFunction } from "./value"