Typescript Library Declarations (ES2024)
Reflect
isExtensible
Function isExtensible
isExtensible
(
target
:
object
)
:
boolean
Returns a value that indicates whether new properties can be added to an object.
Parameters
target
:
object
Object to test.
Returns
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Typescript Library Declarations (ES2024)
Returns a value that indicates whether new properties can be added to an object.