isguard-ts
GitHub
Preparing search index...
TypeByTypeOfResult
Type Alias TypeByTypeOfResult
Maps typeof result strings to their corresponding TypeScript types.
type
TypeByTypeOfResult
=
{
bigint
:
bigint
;
boolean
:
boolean
;
function
:
Function
;
number
:
number
;
object
:
object
|
null
;
string
:
string
;
symbol
:
symbol
;
undefined
:
undefined
;
}
Index
Properties
bigint
boolean
function
number
object
string
symbol
undefined
Properties
bigint
bigint
:
bigint
boolean
boolean
:
boolean
function
function
:
Function
number
number
:
number
object
object
:
object
|
null
string
string
:
string
symbol
symbol
:
symbol
undefined
undefined
:
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bigint
boolean
function
number
object
string
symbol
undefined
GitHub
isguard-ts
Loading...
Maps typeof result strings to their corresponding TypeScript types.