._isarray - macmcmeans/localDataStorage GitHub Wiki

localDataStorage._isarray( keyName )

This Memory Key method performs a type check against the value of keyName and returns boolean true or false testing for an Array object.

EXAMPLE:

● localData._isarray( 'myStringKey' );   -->   false

🛢 The corresponding disk-based method is isarray.

📝 NOTE: When you need to retrieve a Memory Key's data type, you can use _showtype.