UNPKG

tegro-swap-sdk

Version:

SDK for building applications on top of Tegro.ag - Swap Aggregator on TON 💎.

2 lines (1 loc) • 102 B
export const randomIntFromInterval = (min, max) => Math.floor(Math.random() * (max - min + 1) + min);