Preparing search index...
The search index is not available
@code-art-eg/globalite
@code-art-eg/globalite
NumberParser
Type Alias NumberParser
NumberParser
:
(
value
:
string
)
=>
number
|
null
A function that parses a string and returns a number or null.
Type declaration
(
value
:
string
)
:
number
|
null
Parameters
value
:
string
Returns
number
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@code-art-eg/globalite
Loading...
A function that parses a string and returns a number or null.