github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.9.5
@oazmi/kitchensink
formattable
FormatValue
Type Alias FormatValue<T>
FormatValue
:
(
value
:
T
,
i
?:
number
,
arr
?:
unknown
[]
)
=>
string
represents a function that formats an atomic-value
T
to its string representation
Type Parameters
T
extends
any
=
number
Type declaration
(
value
:
T
,
i
?:
number
,
arr
?:
unknown
[]
)
:
string
Parameters
value
:
T
Optional
i
:
number
Optional
arr
:
unknown
[]
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.9.5
Loading...
represents a function that formats an atomic-value
T
to its string representation