Show:

Contains a set of utility functions to ease working with ProAct.Arrays. Can be reffered by using ProAct.AU too.

This class is part of the proact-arrays module of ProAct.js.

Item Index

Methods

isArrayObject

(
  • value
)
Boolean

Checks if the passed value is a valid array-like object or not. Array like objects in ProAct.js are plain JavaScript arrays and ProAct.Arrays.

Parameters:

  • value Object

    The value to check.

Returns:

Boolean:

True if the passed value is an Array or ProAct.Array instance.

isProArray

(
  • value
)
Boolean

Checks if the passed value is instance of the ProAct.Array type or not.

Parameters:

  • value Object

    The value to check.

Returns:

Boolean:

True if the passed value is a ProAct.Array instance.