Skip to content

deepKeys returns strange result #104

@AuthorProxy

Description

@AuthorProxy

deepKeys({ x: 1, y: "1", z: [1], zz: [], o: {}, n: null, u: undefined, nan: NaN })

returns

['x', 'y', 'z[0]', 'n', 'u', 'nan']

Why is it missing zz and o, for me it is looks as bug

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions