UNPKG
ton-assembly
Version:
0-1-1 (0.1.1)
0-1-2 (0.1.2)
latest (0.6.1)
0.6.1
0.6.0
0.5.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
TON assembler and disassembler
github.com/ton-blockchain/tasm
ton-blockchain/tasm
ton-assembly
/
dist
/
text
/
convert-util.d.ts
5 lines
•
291 B
TypeScript
View Raw
1
2
3
4
5
import
type
{ $ast }
from
"./grammar"
;
import
type
{
Loc
}
from
"../runtime/util"
;
export
declare
const
assertZeroArgs
:
(
instr
: $ast.
Instruction
,
loc
:
Loc
) =>
void
;
export
declare
const
assertSingleArgs
:
(
instr
: $ast.
Instruction
,
loc
:
Loc
) =>
void
;
//# sourceMappingURL=convert-util.d.ts.map