UNPKG

ton-assembly

Version:

TON assembler and disassembler

5 lines 278 B
import type { Instr } from "./instr-gen"; import { CodeBuilder } from "./builder"; import type { StoreOptions } from "./util"; export declare const compileInstructions: (b: CodeBuilder, instructions: Instr[], options: StoreOptions) => void; //# sourceMappingURL=compile.d.ts.map