UNPKG

ton-assembly

Version:

TON assembler and disassembler

4 lines 185 B
import * as $ from "./printer"; import * as c from "../runtime"; export declare const printInstruction: (p: $.Printer, instr: c.Instr) => void; //# sourceMappingURL=printer-gen.d.ts.map