ts-api-utils - v3.0.0-rc.1
Preparing search index...
IntrinsicType
Interface IntrinsicType
An "intrinsic" (built-in to TypeScript) type.
interface
IntrinsicType
{
intrinsicName
:
string
;
objectFlags
:
ObjectFlags
;
}
Hierarchy (
View Summary
)
Type
IntrinsicType
FreshableIntrinsicType
IntrinsicAnyType
IntrinsicBigIntType
IntrinsicBooleanType
IntrinsicErrorType
IntrinsicESSymbolType
IntrinsicNeverType
IntrinsicNonPrimitiveType
IntrinsicNullType
IntrinsicNumberType
IntrinsicStringType
IntrinsicUndefinedType
IntrinsicUnknownType
IntrinsicVoidType
Index
Properties
intrinsic
Name
object
Flags
Properties
intrinsic
Name
intrinsicName
:
string
object
Flags
objectFlags
:
ObjectFlags
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
intrinsic
Name
object
Flags
ts-api-utils - v3.0.0-rc.1
Loading...
An "intrinsic" (built-in to TypeScript) type.