Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove utility to reduce package size #362

Closed
jimmywarting opened this issue Jul 1, 2021 · 3 comments
Closed

Remove utility to reduce package size #362

jimmywarting opened this issue Jul 1, 2021 · 3 comments

Comments

@jimmywarting
Copy link

This two can easily be replaced with Object.assign({}, ...) or with spread { ... }

args = utility.assign({}, [ this.defaultArgs, args ]);

args = utility.assign({}, [ this.defaultArgs, args ]);

Here you can use Object.keys()

var names = utility.getOwnEnumerables(args.headers, true);

@fengmk2
Copy link
Member

fengmk2 commented Feb 10, 2022

Pull request is welcome

@TommyDew42
Copy link

Hi! Can I take this up?

@atian25
Copy link
Member

atian25 commented May 26, 2022

sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants