parseInt function
Converts a string to an integer.
Implementation
_i2.num parseInt(
_i2.String string, [
_i2.num? radix,
]) =>
_i6.callMethod(
_self,
'parseInt',
[
string,
radix ?? _i5.undefined,
],
);