UNPKG

ton-assembly

Version:

TON assembler and disassembler

13 lines 367 B
import type { Instr } from "./instr-gen"; import type * as $ from "./util"; type RefRewriteRule = { instrName: string; ctor: (arg0: $.Code, loc?: $.Loc) => Instr; type: $.Type<any>; }; export declare const matchingRule: (instructions: Instr[]) => { body: $.Code; rule: RefRewriteRule; } | undefined; export {}; //# sourceMappingURL=layout.d.ts.map