UNPKG
tronewb
Version:
latest (6.0.0)
6.0.0
JavaScript SDK that encapsulates the TRON HTTP API
tronweb.network
tronprotocol/tronweb
tronewb
/
src
/
types
/
interface.d.ts
2 lines
(1 loc)
•
88 B
TypeScript
View Raw
1
2
declare
function
parseInt
(
string
:
string
|
number
,
radix
?:
number
|
undefined
):
number
;