Preparing search index...
The search index is not available
@devlander/utils – Cross-Platform JavaScript Utility Functions - v1.0.8
@devlander/utils – Cross-Platform JavaScript Utility Functions
type-checking/isObject
isObject
Function isObject
is
Object
(
thing
)
:
boolean
Checks if the given value is an object.
Parameters
thing
:
unknown
The value to check.
Returns
boolean
Returns
true
if the value is an object and not
null
, otherwise
false
.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@devlander/utils – Cross-Platform JavaScript Utility Functions - v1.0.8
array-operations
arrayToObject
chunkArray
deduplicate
filterAndSuggestItems
flattenArray
forEach
forEachEntry
getRandomValFromArray
getRange
getUniqueObjects
selectFromList
shuffleArray
array-operations
base64-utilities
convertBlobToBase64Native
convertBlobToBase64Web
decodeBase64ToString
encodeStringToBase64
isValidBase64
isValidBlob
Loading...
Generated using
TypeDoc
Checks if the given value is an object.