Home
Using Smart NgRX
Demo Walkthrough
API
@smarttools/smart-ngrx / Function

isArrayProxy

Generic types:P C

Determines if the specified object is an ArrayProxy

Presentation

function isArrayProxy(arr: unknown): boolean;

Returns

boolean

Parameters

NameTypeDescription
arr
unknown

the object to check