._isobject - macmcmeans/localDataStorage GitHub Wiki
localDataStorage._isobject( keyName )
This Memory Key method performs a boolean type check against the value of keyName testing for an Object (not Array or Date).
EXAMPLE:
● localData._isobject( 'employeeProfile' ); --> true
🛢 The corresponding disk-based method is isobject.
📝 NOTE: When you need to retrieve a Memory Key's data type, you can use _showtype.