dwyl / dwyl/abase

create unit tested utils for our code

Open
#61 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
9
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Rather than add another dependency when we feel we are missing a lodash or es6 feature simple util can be written. Obviously if performance/time is a concern we can require from elsewhere but if needs are small we can rely on them provided unit tested
- [x] values - function to get back array of values for an object in a given order
- [x] except - function to shallow copy and remove keys from an object (equivalent to using rest)
- [x] shallowCopy - function to get a shallowCopy of an object (equivalent to spread)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.