Skip to content

Enhancement: move #81

@danielb2

Description

@danielb2
objectPath.move(obj, 'old.path', 'new.path');

instead of:

 const path = objectPath.get(obj, 'old.path');
 objectPath.set(obj, 'new.path', path);
 objectPath.del(obj, 'old.path');

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