._isbigint - macmcmeans/localDataStorage GitHub Wiki

localDataStorage._isbigint( keyName )

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

EXAMPLE:

● localData._isbigint( 'key1' );   -->   true

🛢 The corresponding disk-based method is isbigint.

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