UNPKG
tegro-swap-sdk
Version:
latest (1.5.11)
1.5.11
SDK for building applications on top of Tegro.ag - Swap Aggregator on TON 💎.
tegro-swap-sdk
/
dist
/
utils
/
math.utils.d.ts
2 lines
(1 loc)
•
82 B
TypeScript
View Raw
1
2
export
declare
const
randomIntFromInterval
:
(
min
:
number
,
max
:
number
) =>
number
;