.length - macmcmeans/localDataStorage GitHub Wiki
localDataStorage.length
This property returns the amount of prefixed keys in storage for this domain, and is similar to localStorage.length.
EXAMPLE:
● localData.length --> 19
📝 NOTE: This returns the same information as the keys method.