Logos DX
Preparing search index...
@logosdx/react
<internal>
DetermineTypeResult
Interface DetermineTypeResult
Result from determineType function.
interface
DetermineTypeResult
{
isJson
:
boolean
;
type
:
"arrayBuffer"
|
"blob"
|
"json"
|
"text"
;
}
Index
Properties
is
Json
type
Properties
is
Json
isJson
:
boolean
type
type
:
"arrayBuffer"
|
"blob"
|
"json"
|
"text"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Json
type
Logos DX
Loading...
Result from determineType function.