Skip to content

@verdaccio/core


Function: isObject()

ts
function isObject(obj): boolean;

Check whether an element is an Object

Parameters

ParameterTypeDescription
objanythe element

Returns

boolean

Released under the MIT License.