Umi — API References - v1.3.0
Preparing search index...
umi
isLessThanAmount
Function isLessThanAmount
isLessThanAmount
<
I
extends
string
,
D
extends
number
>
(
left
:
Amount
<
I
,
D
>
,
right
:
Amount
<
I
,
D
>
,
)
:
boolean
Whether the left amount is less than the right amount.
Type Parameters
I
extends
string
D
extends
number
Parameters
left
:
Amount
<
I
,
D
>
right
:
Amount
<
I
,
D
>
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Umi — API References - v1.3.0
Loading...
Whether the left amount is less than the right amount.