isArrayProxy
Generic types: | P C |
Determines if the specified object is an ArrayProxy
Presentation
function isArrayProxy (arr: unknown): boolean;
Returns
boolean
Parameters
Name | Type | Description |
---|---|---|
arr | unknown | the object to check |
Generic types: | P C |
Determines if the specified object is an ArrayProxy
function isArrayProxy (arr: unknown): boolean;
boolean
Name | Type | Description |
---|---|---|
arr | unknown | the object to check |