@douglasneuroinformatics/libjs
    Preparing search index...

    Function isObjectLike

    • Checks if value is object-like. A value is object-like if it's not null and has a typeof result of "object".

      Parameters

      • value: unknown

      Returns value is object