tanaris-js - v0.0.1-alpha.5
    Preparing search index...

    Function isObject

    • Returns true iff value is an object.

      An object is considered to be any value where typeof value === "object", except for null (even though typeof null === "object" for historical reasons).

      Parameters

      • value: any

      Returns boolean