Skip to content

Major issues #1

@ghost

Description

In JS everything are seen as objects. You typeof x to check for object will also return true for functions, arrays etc. And you cant use Object.keys on them.

There are no support for circular references either so you can risk that your code throws.

And if this is strict not loose also note that two objects with different instances are not equal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions