Preparing search index...
The search index is not available
@toreda/shared-types - v3.0.0
@toreda/shared-types
BaseObject
Interface BaseObject
Contains base properties needec to perform basic type tests on objects with unknown types.
interface
BaseObject
{
length
?:
number
;
prototype
:
BaseObject
;
[
k
:
string
]
:
unknown
;
}
Indexable
[
k:
string
]:
unknown
Index
Properties
length?
prototype
Properties
Optional
length
length
?:
number
prototype
prototype
:
BaseObject
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
length
prototype
@toreda/shared-types - v3.0.0
Loading...
Contains base properties needec to perform basic type tests on objects with unknown types.