numeric-quantity - v3.2.1
Docs
GitHub
Support
Preparing search index...
NumericQuantityReturnType
Type Alias NumericQuantityReturnType<T>
NumericQuantityReturnType
:
T
extends
{
verbose
:
true
}
?
NumericQuantityVerboseResult
:
T
extends
{
bigIntOnOverflow
:
true
}
?
number
|
bigint
:
number
Resolves the return type of
numericQuantity
based on the options provided.
Type Parameters
T
extends
NumericQuantityOptions
|
undefined
=
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
GitHub
Support
numeric-quantity - v3.2.1
Loading...
Resolves the return type of numericQuantity based on the options provided.