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

v1.0.2 #66

Merged
merged 13 commits into from
Apr 28, 2024
Merged

v1.0.2 #66

merged 13 commits into from
Apr 28, 2024

Conversation

jrTilak
Copy link
Owner

@jrTilak jrTilak commented Apr 28, 2024

More methods

Funtional

callAfter
: Returns a new function that can be called only after calling a specific number of times.

callBefore
: Returns a new function that can be called only for specific number of times.

nTimes
: Calls a function n times and returns an array of the results.

once
: Returns a new function that can be called only once.

Objects

omit
: Returns a new object with the specified keys omitted.

pick
: Picks the specified keys from an object.

renameKey
: Renames a key in an object.

sampleObj
: Returns a sample object with the specified keys and values as random numbers.

Copy link

vercel bot commented Apr 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lazykit-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 28, 2024 1:49am

@jrTilak jrTilak added seems-good This PR seems good, Now the tests will run and if everything goes well. It will be merged release Release of new version. This is generally done by merging dev to master branch labels Apr 28, 2024
@jrTilak jrTilak merged commit 1bb82a3 into master Apr 28, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Release of new version. This is generally done by merging dev to master branch seems-good This PR seems good, Now the tests will run and if everything goes well. It will be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant